Uses of Interface
org.apache.commons.net.ProtocolCommandListener
-
Packages that use ProtocolCommandListener Package Description org.apache.commons.net org.apache.commons.net.ftp org.apache.commons.net.nntp org.apache.commons.net.pop3 org.apache.commons.net.smtp -
-
Uses of ProtocolCommandListener in org.apache.commons.net
Methods in org.apache.commons.net with parameters of type ProtocolCommandListener Modifier and Type Method Description voidProtocolCommandSupport. addProtocolCommandListener(ProtocolCommandListener listener)Adds a ProtocolCommandListener.voidProtocolCommandSupport. removeProtocolCommandListener(ProtocolCommandListener listener)Removes a ProtocolCommandListener. -
Uses of ProtocolCommandListener in org.apache.commons.net.ftp
Methods in org.apache.commons.net.ftp with parameters of type ProtocolCommandListener Modifier and Type Method Description voidFTP. addProtocolCommandListener(ProtocolCommandListener listener)Adds a ProtocolCommandListener.voidFTP. removeProtocolCommandListener(ProtocolCommandListener listener)Removes a ProtocolCommandListener. -
Uses of ProtocolCommandListener in org.apache.commons.net.nntp
Methods in org.apache.commons.net.nntp with parameters of type ProtocolCommandListener Modifier and Type Method Description voidNNTP. addProtocolCommandListener(ProtocolCommandListener listener)Adds a ProtocolCommandListener.voidNNTP. removeProtocolCommandListener(ProtocolCommandListener listener)Removes a ProtocolCommandListener. -
Uses of ProtocolCommandListener in org.apache.commons.net.pop3
Methods in org.apache.commons.net.pop3 with parameters of type ProtocolCommandListener Modifier and Type Method Description voidPOP3. addProtocolCommandListener(ProtocolCommandListener listener)Adds a ProtocolCommandListener.voidPOP3. removeProtocolCommandistener(ProtocolCommandListener listener)Removes a ProtocolCommandListener. -
Uses of ProtocolCommandListener in org.apache.commons.net.smtp
Methods in org.apache.commons.net.smtp with parameters of type ProtocolCommandListener Modifier and Type Method Description voidSMTP. addProtocolCommandListener(ProtocolCommandListener listener)Adds a ProtocolCommandListener.voidSMTP. removeProtocolCommandistener(ProtocolCommandListener listener)Removes a ProtocolCommandListener.
-