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

removeIONCommandDoneListener()

The removeIONCommandDoneListener() method removes an object that implements the IONCommandDoneListener interface from the list of listeners maintained by this object. If the listener is not contained in the internal list of listeners, the method returns silently.

Syntax

public final void removeIONCommandDoneListener(IONCommandDoneListener listener)

Arguments

listener

An object that implements the IONCommandDoneListener interface that is to be removed from the internal listener list.

Exceptions

None.

  IDL Online Help (March 06, 2007)