All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.as400.access.ConnectionListener
- public interface ConnectionListener
- extends EventListener
The ConnectionListener interface provides a listener
interface for receiving Connection events.
-
connected(ConnectionEvent)
- Invoked when a service has been connected.
-
disconnected(ConnectionEvent)
- Invoked when a service has been disconnected.
connected
public abstract void connected(ConnectionEvent event)
- Invoked when a service has been connected.
- Parameters:
- event - The connection event.
disconnected
public abstract void disconnected(ConnectionEvent event)
- Invoked when a service has been disconnected.
- Parameters:
- event - The connection event.
All Packages Class Hierarchy This Package Previous Next Index