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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotocolCommandSent(org.apache.commons.net.ProtocolCommandEvent event) voidprotocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent event)
-
Constructor Details
-
PrintCommandListener
-
-
Method Details
-
protocolCommandSent
public void protocolCommandSent(org.apache.commons.net.ProtocolCommandEvent event) - Specified by:
protocolCommandSentin interfaceorg.apache.commons.net.ProtocolCommandListener
-
protocolReplyReceived
public void protocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent event) - Specified by:
protocolReplyReceivedin interfaceorg.apache.commons.net.ProtocolCommandListener
-