org.apache.commons.net
public interface ProtocolCommandListener extends EventListener
To receive ProtocolCommandEvents, you merely implement the ProtocolCommandListener interface and register the class as a listener with a ProtocolCommandEvent source such as FTPClient.
See Also: ProtocolCommandEvent ProtocolCommandSupport
Method Summary | |
---|---|
void | protocolCommandSent(ProtocolCommandEvent event)
This method is invoked by a ProtocolCommandEvent source after
sending a protocol command to a server.
|
void | protocolReplyReceived(ProtocolCommandEvent event)
This method is invoked by a ProtocolCommandEvent source after
receiving a reply from a server.
|
Parameters: event The ProtocolCommandEvent fired.
Parameters: event The ProtocolCommandEvent fired.