|
ION Java User's Guide: ION Java Class and Method Reference |
|
The IONDisconnectListener interface defines a method that is called when the connection between the client and the server is disconnected. The reason for disconnection is defined by one of the constants that are a part of this interface.
To use this interface, your class must implement this interface and then register the listener using addIONDisconnectListener. See IONCallableClient Class from more information.
public interface IONDisconnectListener
None
IDL Online Help (March 06, 2007)