public class LayoutQueue extends Object
AsyncBoxView
| Constructor and Description |
|---|
LayoutQueue()
Construct a layout queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(Runnable
Add a task that is not needed immediately because the results are not believed to be visible.
|
static LayoutQueue |
getDefaultQueue()
Fetch the default layout queue.
|
static void |
setDefaultQueue(LayoutQueue
Set the default layout queue.
|
protected Runnable |
waitForWork()
Used by the worker thread to get a new task to execute
|
public static LayoutQueuegetDefaultQueue()
public static void setDefaultQueue(LayoutQueueq)
q - the new queue.
public void addTask(Runnabletask)
protected RunnablewaitForWork()