Class AbstractSftpEventListenerAdapter

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
All Implemented Interfaces:
EventListener, SshdEventListener, SftpEventListener

public abstract class AbstractSftpEventListenerAdapter extends 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