com.jogamp.newt.event
Class NEWTEventFiFo

java.lang.Object
  extended by com.jogamp.newt.event.NEWTEventFiFo

public class NEWTEventFiFo
extends Object


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

NEWTEventFiFo

public NEWTEventFiFo()
Method Detail

put

public void put(NEWTEvent event)
Add NEWTEvent to tail


get

public NEWTEvent get()
Remove NEWTEvent from head


size

public int size()
Get NEWTEvents in queue


clear

public void clear()
Clear all NEWTEvents from queue



Copyright 2010 JogAmp Community.