Event types
Top  Previous  Next

The Ssh class is the source for several SSH related events. All events may be captured by registering your class as a listener by implementing the SshListener class or subclassing the SshAdapter class. These events are described below.


Event
Description
SshConnectedEvent
The SshConnectedEvent is published by the Ssh instance once a connection to the SSH server has been established. See JavaDoc for more details on this event.
SshDisconnectedEvent
The SshDisconnectedEvent is published by the Ssh instance once the connection to the SSH server has been released. See JavaDoc for more details on this event.
SshDataReceivedEvent
The SshDataReceivedEvent is published by the Ssh instance for each byte of data received from the SSH server. See JavaDoc for more details on this event.