rle.core.event
Class Message

java.lang.Object
  extended by rle.core.event.Message
Direct Known Subclasses:
TextMessage

public abstract class Message
extends java.lang.Object

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

Message

public Message()
Method Detail

getText

public abstract java.lang.String getText()
Get the text of this message.


isAcknowledgementRequired

public abstract boolean isAcknowledgementRequired()
Requires the acknowledgement of the user, ie requires the user to hit a key before continuing.