Methods
publicsynchronized void
addTask
(
Runnable task)
Add a task that is not needed immediately because
the results are not believed to be visible.
publicstatic LayoutQueue
getDefaultQueue
()
Fetch the default layout queue.
publicstatic void
setDefaultQueue
(
LayoutQueue q)
Set the default layout queue.
Set the default layout queue.
Parameters:
-
q - the new queue.
protectedsynchronized Runnable
waitForWork
()
Used by the worker thread to get a new task to execute