Previous ION Java User's Guide: ION Java Class and Method Reference Next

removeIONOutputListener()

The removeIONOutputListener() method removes the given listener from the internal list of listeners. If the listener is not contained in the internal list of listeners, the method returns silently.

Syntax

public final void removeIONOutputListener(IONOutputListener listener)

Arguments

listener

The object that implements an IONOutputListener interface that should be removed from the listener callback list.

Exceptions

None.

  IDL Online Help (March 06, 2007)