|
ION Java User's Guide: ION Java Class and Method Reference |
|
The addIONDisconnectListener() method adds an object that implements the IONDisconnectListener interface to the internal list of registered listeners. When the client/server connection is disconnected, callback methods are called on the objects that are registered with the IONCallableClient.
public final void addIONDisconnectListener(IONDisconnectListener listener)
An object that implements the IONDisconnectListener interface. The listener is added to the internal listener list.
None.
IDL Online Help (March 06, 2007)