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

removeIONDisconnectListener()

The removeIONDisconnectListener() method removes an object that implements the IONDisconnectListener interface from the internal Disconnect callback list. If the listener is not contained in the internal list of listeners, the method returns silently.

Syntax

public final void removeIONDisconnectListener(IONDisconnectListener listener)

Arguments

listener

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

Exceptions

None.

  IDL Online Help (March 06, 2007)