Class FtpWagon.PrintCommandListener

java.lang.Object
org.apache.maven.wagon.providers.ftp.FtpWagon.PrintCommandListener
All Implemented Interfaces:
EventListener, org.apache.commons.net.ProtocolCommandListener
Enclosing class:
FtpWagon

public class FtpWagon.PrintCommandListener extends Object implements org.apache.commons.net.ProtocolCommandListener
  • Constructor Details

    • PrintCommandListener

      public PrintCommandListener(FtpWagon wagon)
  • Method Details

    • 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