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

IONDisconnectListener Interface

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.

Class Declaration

public interface IONDisconnectListener

Methods

Implementing Classes

None

Constants

  IDL Online Help (March 06, 2007)