Uses of Class
com.myjavaworld.ftp.ControlConnectionEvent

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

Uses of ControlConnectionEvent in com.myjavaworld.ftp
 

Methods in com.myjavaworld.ftp with parameters of type ControlConnectionEvent
 void ControlConnectionListener.commandSent(ControlConnectionEvent evt)
          Called by the ControlConnection when a command is sent to the remote host.
protected  void ControlConnection.fireCommandSent(ControlConnectionEvent evt)
          Used to notify registered listeners that a command was sent to the remote host.
protected  void ControlConnection.fireReplyReceived(ControlConnectionEvent evt)
          Used to notify the registered listeners that a reply was received from the remote host.
 void ControlConnectionListener.replyReceived(ControlConnectionEvent evt)
          Called by the ControlConnection when a reply is received from the remote host.
 



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