|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.newt.event.NEWTEventFiFo
public class NEWTEventFiFo
Constructor Summary | |
---|---|
NEWTEventFiFo()
|
Method Summary | |
---|---|
void |
clear()
Clear all NEWTEvents from queue |
NEWTEvent |
get()
Remove NEWTEvent from head |
void |
put(NEWTEvent event)
Add NEWTEvent to tail |
int |
size()
Get NEWTEvents in queue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NEWTEventFiFo()
Method Detail |
---|
public void put(NEWTEvent event)
public NEWTEvent get()
public int size()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |