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.


Method Index

 o connected(ConnectionEvent)
Invoked when a service has been connected.
 o disconnected(ConnectionEvent)
Invoked when a service has been disconnected.

Methods

 o connected
 public abstract void connected(ConnectionEvent event)
Invoked when a service has been connected.

Parameters:
event - The connection event.
 o 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