|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.java.games.input.EventQueue
public final class EventQueue
A FIFO queue for input events.
Constructor Summary | |
---|---|
EventQueue(int size)
This is an internal method and should not be called by applications using the API |
Method Summary | |
---|---|
boolean |
getNextEvent(Event event)
Populates the provided event with the details of the event on the head of the queue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventQueue(int size)
Method Detail |
---|
public final boolean getNextEvent(Event event)
event
- The event to populate
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |