public final class EventQueue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
inLoop |
private java.util.Queue<Event> |
queue |
Constructor and Description |
---|
EventQueue() |
Modifier and Type | Method and Description |
---|---|
void |
fire() |
void |
postEvent(Event event) |