Class FtpWagon.PrintCommandListener

  • All Implemented Interfaces:
    java.util.EventListener, org.apache.commons.net.ProtocolCommandListener
    Enclosing class:
    FtpWagon

    public class FtpWagon.PrintCommandListener
    extends java.lang.Object
    implements org.apache.commons.net.ProtocolCommandListener
    • Constructor Detail

      • PrintCommandListener

        public PrintCommandListener​(FtpWagon wagon)
    • Method Detail

      • protocolCommandSent

        public void protocolCommandSent​(org.apache.commons.net.ProtocolCommandEvent event)
        Specified by:
        protocolCommandSent in interface org.apache.commons.net.ProtocolCommandListener
      • protocolReplyReceived

        public void protocolReplyReceived​(org.apache.commons.net.ProtocolCommandEvent event)
        Specified by:
        protocolReplyReceived in interface org.apache.commons.net.ProtocolCommandListener