|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.orchard.JobEvent
orc.orchard.PrintlnEvent
public class PrintlnEvent
Whenever a "print" or "println" site is called, the output is buffered and sent to the client with println events. Well-written Orc programs should use publications to communicate with the client, but using prints is convenient for short scripts.
Field Summary | |
---|---|
java.lang.String |
line
The newline terminator is implicit, so that the client can use whatever newlines are appropriate for their environment. |
Fields inherited from class orc.orchard.JobEvent |
---|
sequence, timestamp |
Constructor Summary | |
---|---|
PrintlnEvent()
|
|
PrintlnEvent(java.lang.String line)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String line
Constructor Detail |
---|
public PrintlnEvent()
public PrintlnEvent(java.lang.String line)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |