public class SshDataReceivedEvent
extends com.jscape.inet.ssh.SshEvent
| Constructor and Description |
|---|
SshDataReceivedEvent(Ssh source,
char dataChar)
Creates a new SshDataReceivedEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SshListener listener)
Accepts listener for backwards dispatching.
|
java.lang.String |
getData()
Gets data received from the Ssh server.
|
char |
getDataChar() |
public SshDataReceivedEvent(Ssh source, char dataChar)
source - the source of the eventdataChar - the data received from the Ssh serverpublic java.lang.String getData()
public char getDataChar()
public void accept(SshListener listener)
com.jscape.inet.ssh.SshEventaccept in class com.jscape.inet.ssh.SshEventlistener - event listenerCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved