|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrle.core.event.Message
public abstract class Message
Base class for messages.
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getText()
Get the text of this message. |
abstract boolean |
isAcknowledgementRequired()
Requires the acknowledgement of the user, ie requires the user to hit a key before continuing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Message()
| Method Detail |
|---|
public abstract java.lang.String getText()
public abstract boolean isAcknowledgementRequired()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||