com.jogamp.newt.impl.event
Class NEWTEventTask

java.lang.Object
  extended by com.jogamp.newt.impl.event.NEWTEventTask

public class NEWTEventTask
extends Object

Helper class to provide a NEWTEvent queue implementation with a NEWTEvent wrapper which notifies after sending the event for the invokeAndWait() semantics.


Constructor Summary
NEWTEventTask(NEWTEvent event, Object notifyObject)
           
 
Method Summary
 NEWTEvent get()
           
 void notifyIssuer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NEWTEventTask

public NEWTEventTask(NEWTEvent event,
                     Object notifyObject)
Method Detail

get

public NEWTEvent get()

notifyIssuer

public void notifyIssuer()


Copyright 2010 JogAmp Community.