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 void
ProtocolCommandSupport. addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener.void
ProtocolCommandSupport. 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 void
FTP. addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener.void
FTP. 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 void
NNTP. addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener.void
NNTP. 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 void
POP3. addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener.void
POP3. 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 void
SMTP. addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener.void
SMTP. removeProtocolCommandistener(ProtocolCommandListener listener)
Removes a ProtocolCommandListener.
-