Uses of Interface
gnu.inet.ftp.ConnectionListener

Packages that use ConnectionListener
gnu.hylafax   
gnu.inet.ftp   
 

Uses of ConnectionListener in gnu.hylafax
 

Methods in gnu.hylafax with parameters of type ConnectionListener
 void HylaFAXClient.addConnectionListener(ConnectionListener listener)
          Register a connection listener with the event source.
 void HylaFAXClient.removeConnectionListener(ConnectionListener listener)
          De-register a connection listener with the event source.
 

Uses of ConnectionListener in gnu.inet.ftp
 

Methods in gnu.inet.ftp with parameters of type ConnectionListener
 void Putter.addConnectionListener(ConnectionListener listener)
          add a ConnectionListener to the list of connectionListeners
 void Putter.removeConnectionListener(ConnectionListener listener)
          De-register a ConnectionListener with the event source
 void Getter.addConnectionListener(ConnectionListener listener)
          add a ConnectionListener to the list of connectionListeners
 void Getter.removeConnectionListener(ConnectionListener listener)
          De-register a ConnectionListener from the event source.
 void FtpClient.addConnectionListener(ConnectionListener listener)
          Register a connection listener with the event source.
 void FtpClient.removeConnectionListener(ConnectionListener listener)
          De-register a connection listener with the event source.
 void ConnectionEventSource.addConnectionListener(ConnectionListener listener)
          register a connection listener with the event source.
 void ConnectionEventSource.removeConnectionListener(ConnectionListener listener)
          deregister a connection listener with the event source.