public final class EventQueue
extends java.lang.Object
| Constructor | Description |
|---|---|
EventQueue(int size) |
This is an internal method and should not be called by applications using the API
|
| Modifier and Type | Method | 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 populateCopyright © 2018. All rights reserved.