|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.util.RunnableQueue.RunHandlerAdapter
public static class RunnableQueue.RunHandlerAdapter
This is an adapter class that implements the RunHandler interface. It simply does nothing in response to the calls.
| Constructor Summary | |
|---|---|
RunnableQueue.RunHandlerAdapter()
|
|
| Method Summary | |
|---|---|
void |
executionResumed(RunnableQueue rq)
Called when the execution of the queue has been resumed. |
void |
executionSuspended(RunnableQueue rq)
Called when the execution of the queue has been suspended. |
void |
runnableInvoked(RunnableQueue rq,
Runnable r)
Called when the given Runnable has just been invoked and has returned. |
void |
runnableStart(RunnableQueue rq,
Runnable r)
Called just prior to invoking the runnable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunnableQueue.RunHandlerAdapter()
| Method Detail |
|---|
public void runnableStart(RunnableQueue rq,
Runnable r)
runnableStart in interface RunnableQueue.RunHandler
public void runnableInvoked(RunnableQueue rq,
Runnable r)
runnableInvoked in interface RunnableQueue.RunHandlerpublic void executionSuspended(RunnableQueue rq)
executionSuspended in interface RunnableQueue.RunHandlerpublic void executionResumed(RunnableQueue rq)
executionResumed in interface RunnableQueue.RunHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||