Uses of Class
org.apache.commons.net.ProtocolCommandEvent
Package
Description
Common socket classes and protocol command utility classes
-
Uses of ProtocolCommandEvent in org.apache.commons.net
Modifier and TypeMethodDescriptionvoid
PrintCommandListener.protocolCommandSent
(ProtocolCommandEvent event) void
ProtocolCommandListener.protocolCommandSent
(ProtocolCommandEvent event) This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.void
PrintCommandListener.protocolReplyReceived
(ProtocolCommandEvent event) void
ProtocolCommandListener.protocolReplyReceived
(ProtocolCommandEvent event) This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.