public class SshDataReceivedEvent
extends SshEvent
| Constructor and Description |
|---|
SshDataReceivedEvent(Ssh source,
char dataChar)
Creates a new SshDataReceivedEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SshListener listener) |
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)
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved