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 TypeMethodDescriptionvoid
protocolCommandSent
(org.apache.commons.net.ProtocolCommandEvent event) void
protocolReplyReceived
(org.apache.commons.net.ProtocolCommandEvent event)
-
Constructor Details
-
PrintCommandListener
-
-
Method Details
-
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
-