Uses of Class
com.sshtools.j2ssh.SshEventAdapter
Packages that use SshEventAdapter
-
Uses of SshEventAdapter in com.sshtools.common.ui
Methods in com.sshtools.common.ui with parameters of type SshEventAdapterModifier and TypeMethodDescriptionvoid
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 SshEventAdapterModifier and TypeFieldDescriptionprotected 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 SshEventAdapterModifier and TypeMethodDescriptionvoid
SshClient.addEventHandler
(SshEventAdapter eventHandler) Set the event handler for the underlying transport protocol.