Jakarta Commons Net 1.4.0 API

Uses of Class
org.apache.commons.net.ProtocolCommandEvent

Packages that use ProtocolCommandEvent
org.apache.commons.net   
 

Uses of ProtocolCommandEvent in org.apache.commons.net
 

Methods in org.apache.commons.net with parameters of type ProtocolCommandEvent
 void ProtocolCommandListener.protocolCommandSent(ProtocolCommandEvent event)
          This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.
 void ProtocolCommandListener.protocolReplyReceived(ProtocolCommandEvent event)
          This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.
 


Jakarta Commons Net 1.4.0 API

Copyright © The Apache Software Foundation. All Rights Reserved.