Uses of Class
com.sshtools.j2ssh.SshEventAdapter

Packages that use SshEventAdapter
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
 void 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.
 void SessionManager.addEventHandler(SshEventAdapter eventHandler)
          Add an event handler to the managed connection
 

Uses of SshEventAdapter in com.sshtools.j2ssh
 

Fields in com.sshtools.j2ssh declared as SshEventAdapter
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
 void SshClient.addEventHandler(SshEventAdapter eventHandler)
           Set the event handler for the underlying transport protocol.
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.