Uses of Interface
com.myjavaworld.ftp.DataConnectionListener

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

Uses of DataConnectionListener in com.myjavaworld.ftp
 

Methods in com.myjavaworld.ftp with parameters of type DataConnectionListener
 void FTPClient.addDataConnectionListener(DataConnectionListener l)
          Adds a DataConnection Listener to this FTPClient.
 void DefaultFTPClient.addDataConnectionListener(DataConnectionListener l)
           
 void FTPClient.removeDataConnectionListener(DataConnectionListener l)
          Removes the given data connection listener from the registered list of listeners.
 void DefaultFTPClient.removeDataConnectionListener(DataConnectionListener l)
           
 



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