|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.util.PrintStreamMonitor
The ProintStreamMonitor is a Monitor to
output messages to the specified PrintStream.
| Field Summary | |
private java.io.PrintStream |
stream
The stream to output to. |
| Constructor Summary | |
PrintStreamMonitor(java.io.PrintStream stream)
Constructs a PrintStreamMonitor with a
PrintStream to output to. |
|
| Method Summary | |
void |
addMessage(java.lang.String string)
Shows the specified message. |
void |
addMessages(java.lang.String[] strings)
Shows the specified messages. |
void |
addSeparator()
Shows a separator. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.io.PrintStream stream
| Constructor Detail |
public PrintStreamMonitor(java.io.PrintStream stream)
PrintStreamMonitor with a
PrintStream to output to.stream - the stream to output to.| Method Detail |
public void addMessage(java.lang.String string)
string - a one line message to show.public void addMessages(java.lang.String[] strings)
strings - a set of messages to show.public void addSeparator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||