Class AbstractSftpEventListenerAdapter

  • All Implemented Interfaces:
    EventListener, org.apache.sshd.common.util.SshdEventListener, SftpEventListener

    public abstract class AbstractSftpEventListenerAdapter
    extends org.apache.sshd.common.util.logging.AbstractLoggingBean
    implements SftpEventListener
    A no-op implementation of SftpEventListener for those who wish to implement only a small number of methods. By default, all non-overridden methods simply log at TRACE level their invocation parameters
    Author:
    Apache MINA SSHD Project