|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJsrSysout
public class JsrSysout
Mymic COBOL UPON CONSOLE.
Stop when screen gets full (count 78 byte "lines").
Allow replies to:
suppress output this instance "q",
suppress output all instances "Q",
continue display but do not stop "R".
Constructor Summary | |
---|---|
JsrSysout()
|
Method Summary | |
---|---|
java.lang.String |
accept(java.lang.String display)
display upon console wait for response, returns response String |
void |
close()
|
void |
display(java.lang.String displayString)
display upon console |
void |
setNoStop()
do -NOT- stop at bottom of screen (same as entering "R") |
void |
speedometer(java.lang.String displayString)
display upon console on same line (overprint) |
void |
syslog(java.lang.String fileName)
echos output to named file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsrSysout()
Method Detail |
---|
public void display(java.lang.String displayString)
public java.lang.String accept(java.lang.String display)
public void speedometer(java.lang.String displayString)
public void setNoStop()
public void syslog(java.lang.String fileName)
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |