android.awt.AndroidNativeEventQueue
| java.lang.Object |
|
|
org.apache.harmony.awt.wtk.NativeEventQueue |
|
|
|
android.awt.AndroidNativeEventQueue |
|
Summary
Public Constructors
Public Methods
addEvent,
awake,
dispatchEvent,
getEventMonitor,
getJavaWindow,
getNextEvent,
isEmpty,
performLater,
performTask,
setShutdownWatchdog,
waitEvent
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AndroidNativeEventQueue()
Public Methods
public
void
dispatchEvent()
Add NativeEvent to the queue
public
long
getJavaWindow()
Gets AWT system window ID.
public
void
performLater(Task task)
public
void
performTask(Task task)
public
boolean
waitEvent()
Blocks current thread until native event queue is not empty
or awaken from other thread by awake().
Should be called only on tread which
will process native events.