|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Shared interface for any event where the user communicates something as a result of the event. Say, shout, tell, and whisper are all examples of this kind of event.
Method Summary | |
java.lang.String |
getMessage()
Returns the message that will be communicated, stripped of the command verb. |
void |
setMessage(java.lang.String message)
Sets the message to be said, shouted, told, whispered. |
Method Detail |
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the new message to shout, say, tell, whisper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |