public final class EventQueue
extends java.lang.Object
| Constructor and Description |
|---|
EventQueue(int size)
This is an internal method and should not be called by applications using the API
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNextEvent(Event event)
Populates the provided event with the details of the event on the head of the queue.
|
public EventQueue(int size)
public final boolean getNextEvent(Event event)
event - The event to populate