gui
Class AWTUpdateQueue
java.lang.Object
gui.AWTUpdateQueue
public class AWTUpdateQueue
- extends java.lang.Object
Queues update operations for the AWT Event Thread. There are never more than two
operations in the queue, as additional operations will be skipped immediatly.
The queue should therefore contain only update operations for the same GUI elements.
- Author:
- Rolf Wendolsky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_awtRunnable
private java.lang.Runnable m_awtRunnable
m_jobs
private int m_jobs
JOB_LOCK
private java.lang.Object JOB_LOCK
UPDATE_LOCK
private java.lang.Object UPDATE_LOCK
AWTUpdateQueue
public AWTUpdateQueue(java.lang.Runnable a_awtRunnable)
update
public void update(boolean a_bSync)
doUpdateQueue
private void doUpdateQueue()