com.ibm.as400.access
Interface ConnectionListener
- All Superinterfaces:
- java.util.EventListener
- public interface ConnectionListener
- extends java.util.EventListener
The ConnectionListener interface provides a listener interface for receiving Connection events.
connected
public void connected(ConnectionEvent event)
- Invoked when a service has been connected.
- Parameters:
event
- The connection event.
disconnected
public void disconnected(ConnectionEvent event)
- Invoked when a service has been disconnected.
- Parameters:
event
- The connection event.