Uses of Interface
com.myjavaworld.ftp.ControlConnectionListener

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

Uses of ControlConnectionListener in com.myjavaworld.ftp
 

Methods in com.myjavaworld.ftp with parameters of type ControlConnectionListener
 void FTPClient.addControlConnectionListener(ControlConnectionListener l)
          Adds a listener that will be notified about the activities of ControlConnection associated with this FTPClient .
 void DefaultFTPClient.addControlConnectionListener(ControlConnectionListener l)
           
 void FTPClient.removeControlConnectionListener(ControlConnectionListener l)
          Removes the given listener from the list of registered listenerrs.
 void DefaultFTPClient.removeControlConnectionListener(ControlConnectionListener l)
           
 



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