|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
ipworks.RshellStdoutEvent
public class RshellStdoutEvent
Fired when data (complete lines) come in through stdout.
The Stdout
event is fired every time the process on the remote host
outputs a line in its standard output. The incoming data is provided
through the Text parameter.
EOL indicates whether the EOL
string was found on the end of Text or not. If the EOL
string was found then EOL is True,
otherwise it is False.
Rshell
,
Rshell.StdoutEvent
,
Serialized FormField Summary | |
---|---|
boolean |
EOL
|
byte[] |
text
|
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary |
---|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public byte[] text
public boolean EOL
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |