Package com.sshtools.synergy.nio
Class SshEngineListenerAdapter
java.lang.Object
com.sshtools.synergy.nio.SshEngineListenerAdapter
- All Implemented Interfaces:
SshEngineListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinterfaceCannotStart(SshEngine engine, ListeningInterface li, IOException ex) voidinterfaceCannotStop(SshEngine engine, ListeningInterface li, IOException e) voidinterfaceStarted(SshEngine engine, ListeningInterface li) voidinterfaceStopped(SshEngine engine, ListeningInterface li) voidvoidshuttingDown(SshEngine engine) voidvoid
-
Constructor Details
-
SshEngineListenerAdapter
public SshEngineListenerAdapter()
-
-
Method Details
-
interfaceStarted
- Specified by:
interfaceStartedin interfaceSshEngineListener
-
interfaceStopped
- Specified by:
interfaceStoppedin interfaceSshEngineListener
-
interfaceCannotStart
- Specified by:
interfaceCannotStartin interfaceSshEngineListener
-
interfaceCannotStop
- Specified by:
interfaceCannotStopin interfaceSshEngineListener
-
starting
- Specified by:
startingin interfaceSshEngineListener
-
started
- Specified by:
startedin interfaceSshEngineListener
-
shuttingDown
- Specified by:
shuttingDownin interfaceSshEngineListener
-
shutdown
- Specified by:
shutdownin interfaceSshEngineListener
-