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

java.lang.Object
  extended by org.apache.maven.wagon.providers.ftp.FtpWagon.PrintCommandListener
Enclosing class:
FtpWagon

public class FtpWagon.PrintCommandListener
extends java.lang.Object


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

Constructor Detail

FtpWagon.PrintCommandListener

public FtpWagon.PrintCommandListener(FtpWagon wagon)
Method Detail

protocolCommandSent

public void protocolCommandSent(ProtocolCommandEvent event)

protocolReplyReceived

public void protocolReplyReceived(ProtocolCommandEvent event)