|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.uds.cs.st.dd.ui.ConsoleViewer
A very simple console viewer that displays the text of the messages.
Constructor Summary | |
ConsoleViewer()
Creates a new ConsoleViewer object. |
Method Summary | |
void |
sendMessage(String message)
Used to send an arbitrary message. |
void |
sendTextMessage(String message)
Convenience method to send a text message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConsoleViewer()
Method Detail |
public void sendMessage(String message)
ISimpleViewer
sendMessage
in interface ISimpleViewer
message
- the message to be sent. May contain additional information
about the message type.public void sendTextMessage(String message)
ISimpleViewer
sendTextMessage
in interface ISimpleViewer
message
- text message to send.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |