|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jscape.inet.ssh.SshDataReceivedEvent
public class SshDataReceivedEvent
Fired by Ssh instance when SSH server sends data to client.
Constructor Summary | |
---|---|
SshDataReceivedEvent(java.lang.Object source,
java.lang.String data)
Creates a new SshDataReceivedEvent instance. |
Method Summary | |
---|---|
java.lang.String |
getData()
Gets data received from the Ssh server. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SshDataReceivedEvent(java.lang.Object source, java.lang.String data)
source
- the source of the eventdata
- the data received from the Ssh serverMethod Detail |
---|
public java.lang.String getData()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |