Package | Description |
---|---|
com.sshtools.common.ui | |
com.sshtools.j2ssh |
Modifier and Type | Method and Description |
---|---|
void |
SessionProviderInternalFrame.addEventHandler(SshEventAdapter eventHandler)
Implementation of the SessionManager method, simply calls the SshClient
method addEventHandler.
|
void |
SessionManager.addEventHandler(SshEventAdapter eventHandler)
Add an event handler to the managed connection
|
void |
SessionProviderFrame.addEventHandler(SshEventAdapter eventHandler)
Implementation of the SessionManager method, simply calls the SshClient
method addEventHandler.
|
Modifier and Type | Field and Description |
---|---|
protected SshEventAdapter |
SshClient.eventHandler
A Transport protocol event handler instance that receives notifications
of transport layer events such as Socket timeouts and disconnection.
|
Modifier and Type | Method and Description |
---|---|
void |
SshClient.addEventHandler(SshEventAdapter eventHandler)
Set the event handler for the underlying transport protocol.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.