Uses of Interface
com.myjavaworld.ftp.FTPConnectionListener

Packages that use FTPConnectionListener
com.myjavaworld.ftp This package contains the interfaces and default implementations for accessing a remote computer using file transfer protocol (FTP). 
 

Uses of FTPConnectionListener in com.myjavaworld.ftp
 

Methods in com.myjavaworld.ftp with parameters of type FTPConnectionListener
 void FTPClient.addFTPConnectionListener(FTPConnectionListener l)
          Adds the given FTPConnectionListener to the list of registered listeners.
 void DefaultFTPClient.addFTPConnectionListener(FTPConnectionListener l)
           
 void FTPClient.removeFTPConnectionListener(FTPConnectionListener l)
          Unregisters the given listener from the list of listeners.
 void DefaultFTPClient.removeFTPConnectionListener(FTPConnectionListener l)
           
 



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.