Uses of Class
com.sshtools.j2ssh.SshEventAdapter
-
Packages that use SshEventAdapter Package Description com.sshtools.common.ui com.sshtools.j2ssh -
-
Uses of SshEventAdapter in com.sshtools.common.ui
Methods in com.sshtools.common.ui with parameters of type SshEventAdapter Modifier and Type Method Description voidSessionManager. addEventHandler(SshEventAdapter eventHandler)Add an event handler to the managed connectionvoidSessionProviderFrame. addEventHandler(SshEventAdapter eventHandler)Implementation of the SessionManager method, simply calls the SshClient method addEventHandler.voidSessionProviderInternalFrame. addEventHandler(SshEventAdapter eventHandler)Implementation of the SessionManager method, simply calls the SshClient method addEventHandler. -
Uses of SshEventAdapter in com.sshtools.j2ssh
Fields in com.sshtools.j2ssh declared as SshEventAdapter Modifier and Type Field Description protected SshEventAdapterSshClient. eventHandlerA Transport protocol event handler instance that receives notifications of transport layer events such as Socket timeouts and disconnection.Methods in com.sshtools.j2ssh with parameters of type SshEventAdapter Modifier and Type Method Description voidSshClient. addEventHandler(SshEventAdapter eventHandler)Set the event handler for the underlying transport protocol.
-