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

addIONDisconnectListener()

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.

Syntax

public final void addIONDisconnectListener(IONDisconnectListener listener)

Arguments

listener

An object that implements the IONDisconnectListener interface. The listener is added to the internal listener list.

Exceptions

None.

  IDL Online Help (March 06, 2007)