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.
    • Method Detail

      • connected

        void connected(ConnectionEvent event)
        Invoked when a service has been connected.
        Parameters:
        event - The connection event.
      • disconnected

        void disconnected(ConnectionEvent event)
        Invoked when a service has been disconnected.
        Parameters:
        event - The connection event.