Package | Description |
---|---|
org.apache.commons.net |
Modifier and Type | Method and Description |
---|---|
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.
|