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.
|