|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.util.RunnableQueue.RunHandlerAdapter
org.apache.batik.bridge.UpdateManager.UpdateManagerRunHander
protected class UpdateManager.UpdateManagerRunHander
Constructor Summary | |
---|---|
protected |
UpdateManager.UpdateManagerRunHander()
|
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 |
---|
protected UpdateManager.UpdateManagerRunHander()
Method Detail |
---|
public void runnableStart(RunnableQueue rq, Runnable r)
RunnableQueue.RunHandlerAdapter
runnableStart
in interface RunnableQueue.RunHandler
runnableStart
in class RunnableQueue.RunHandlerAdapter
public void runnableInvoked(RunnableQueue rq, Runnable r)
runnableInvoked
in interface RunnableQueue.RunHandler
runnableInvoked
in class RunnableQueue.RunHandlerAdapter
public void executionSuspended(RunnableQueue rq)
executionSuspended
in interface RunnableQueue.RunHandler
executionSuspended
in class RunnableQueue.RunHandlerAdapter
public void executionResumed(RunnableQueue rq)
executionResumed
in interface RunnableQueue.RunHandler
executionResumed
in class RunnableQueue.RunHandlerAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |