org.osm2world.viewer.model
public class MessageManager extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MessageManager.Message |
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_MILLISECONDS_TO_LIVE |
Constructor and Description |
---|
MessageManager() |
Modifier and Type | Method and Description |
---|---|
void |
addMessage(String message) |
LinkedList<MessageManager.Message> |
getLiveMessages() |
public static final long DEFAULT_MILLISECONDS_TO_LIVE
public void addMessage(String message)
public LinkedList<MessageManager.Message> getLiveMessages()