| Package | Description |
|---|---|
| org.apache.batik.util |
Provides some useful classes.
|
| Modifier and Type | Method and Description |
|---|---|
static RunnableQueue |
RunnableQueue.createRunnableQueue()
Creates a new RunnableQueue started in a new thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunnableQueue.RunHandler.executionResumed(RunnableQueue rq)
Called when the execution of the queue has been resumed.
|
void |
RunnableQueue.RunHandlerAdapter.executionResumed(RunnableQueue rq)
Called when the execution of the queue has been resumed.
|
void |
RunnableQueue.RunHandler.executionSuspended(RunnableQueue rq)
Called when the execution of the queue has been suspended.
|
void |
RunnableQueue.RunHandlerAdapter.executionSuspended(RunnableQueue rq)
Called when the execution of the queue has been suspended.
|
void |
RunnableQueue.RunHandler.runnableInvoked(RunnableQueue rq,
Runnable r)
Called when the given Runnable has just been invoked and
has returned.
|
void |
RunnableQueue.RunHandlerAdapter.runnableInvoked(RunnableQueue rq,
Runnable r)
Called when the given Runnable has just been invoked and
has returned.
|
void |
RunnableQueue.RunHandler.runnableStart(RunnableQueue rq,
Runnable r)
Called just prior to invoking the runnable
|
void |
RunnableQueue.RunHandlerAdapter.runnableStart(RunnableQueue rq,
Runnable r)
Called just prior to invoking the runnable
|
Copyright © 2000–2022 Apache Software Foundation. All rights reserved.