org.apache.maven.wagon.providers.ftp
Class FtpWagon.PrintCommandListener

java.lang.Object
  extended by org.apache.maven.wagon.providers.ftp.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


Field Summary
(package private)  FtpWagon wagon
           
 
Constructor Summary
FtpWagon.PrintCommandListener(FtpWagon wagon)
           
 
Method Summary
 void protocolCommandSent(org.apache.commons.net.ProtocolCommandEvent event)
           
 void protocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wagon

FtpWagon wagon
Constructor Detail

FtpWagon.PrintCommandListener

public FtpWagon.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