|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunnableQueue.RunnableQueueState | |
org.apache.batik.util | Provides some useful classes. |
Uses of RunnableQueue.RunnableQueueState in org.apache.batik.util |
Fields in org.apache.batik.util declared as RunnableQueue.RunnableQueueState | |
static RunnableQueue.RunnableQueueState |
RunnableQueue.RUNNING
The queue is in the processes of running tasks. |
static RunnableQueue.RunnableQueueState |
RunnableQueue.SUSPENDING
The queue may still be running tasks but as soon as possible will go to SUSPENDED state. |
static RunnableQueue.RunnableQueueState |
RunnableQueue.SUSPENDED
The queue is no longer running any tasks and will not run any tasks until resumeExecution is called. |
protected RunnableQueue.RunnableQueueState |
RunnableQueue.state
The Suspension state of this thread. |
Methods in org.apache.batik.util that return RunnableQueue.RunnableQueueState | |
RunnableQueue.RunnableQueueState |
RunnableQueue.getQueueState()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |