|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows the sending (and displaying) of messages. Each class that implements ISimpleViewer can be hooked to the DD class and thereby providing another output for it.
Method Summary | |
void |
sendMessage(String message)
Used to send an arbitrary message. |
void |
sendTextMessage(String message)
Convenience method to send a text message. |
Method Detail |
public void sendMessage(String message)
message
- the message to be sent. May contain additional information
about the message type.public void sendTextMessage(String message)
message
- text message to send.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |