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 void
SessionManager. addEventHandler(SshEventAdapter eventHandler)
Add an event handler to the managed connectionvoid
SessionProviderFrame. addEventHandler(SshEventAdapter eventHandler)
Implementation of the SessionManager method, simply calls the SshClient method addEventHandler.void
SessionProviderInternalFrame. 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 SshEventAdapter
SshClient. eventHandler
A 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 void
SshClient. addEventHandler(SshEventAdapter eventHandler)
Set the event handler for the underlying transport protocol.
-