org.osm2world.viewer.model
Class MessageManager

Object
  extended by MessageManager

public class MessageManager
extends Object

receives and stores the messages that are displayed to the user


Nested Class Summary
static class MessageManager.Message
           
 
Field Summary
static long DEFAULT_MILLISECONDS_TO_LIVE
           
 
Constructor Summary
MessageManager()
           
 
Method Summary
 void addMessage(String message)
           
 LinkedList<MessageManager.Message> getLiveMessages()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MILLISECONDS_TO_LIVE

public static final long DEFAULT_MILLISECONDS_TO_LIVE
See Also:
Constant Field Values
Constructor Detail

MessageManager

public MessageManager()
Method Detail

addMessage

public void addMessage(String message)

getLiveMessages

public LinkedList<MessageManager.Message> getLiveMessages()