Class FtpWagon.PrintCommandListener
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description PrintCommandListener(FtpWagon wagon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
protocolCommandSent(org.apache.commons.net.ProtocolCommandEvent event)
void
protocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent event)
-
-
-
Constructor Detail
-
PrintCommandListener
public PrintCommandListener(FtpWagon wagon)
-
-
Method Detail
-
protocolCommandSent
public void protocolCommandSent(org.apache.commons.net.ProtocolCommandEvent event)
- Specified by:
protocolCommandSent
in interfaceorg.apache.commons.net.ProtocolCommandListener
-
protocolReplyReceived
public void protocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent event)
- Specified by:
protocolReplyReceived
in interfaceorg.apache.commons.net.ProtocolCommandListener
-
-