Uses of Interface
it.sauronsoftware.ftp4j.FTPCommunicationListener

Packages that use FTPCommunicationListener
it.sauronsoftware.ftp4j FTP client implementation 
 

Uses of FTPCommunicationListener in it.sauronsoftware.ftp4j
 

Methods in it.sauronsoftware.ftp4j that return FTPCommunicationListener
 FTPCommunicationListener[] FTPCommunicationChannel.getCommunicationListeners()
          This method returns a list with all the FTPCommunicationListener used by the client.
 FTPCommunicationListener[] FTPClient.getCommunicationListeners()
          This method returns a list with all the FTPCommunicationListener used by the client.
 

Methods in it.sauronsoftware.ftp4j with parameters of type FTPCommunicationListener
 void FTPCommunicationChannel.addCommunicationListener(FTPCommunicationListener listener)
          This method adds a FTPCommunicationListener to the object.
 void FTPCommunicationChannel.removeCommunicationListener(FTPCommunicationListener listener)
          This method removes a FTPCommunicationListener previously added to the object.
 void FTPClient.addCommunicationListener(FTPCommunicationListener listener)
          This method adds a FTPCommunicationListener to the object.
 void FTPClient.removeCommunicationListener(FTPCommunicationListener listener)
          This method removes a FTPCommunicationListener previously added to the object.