Package org.apache.batik.bridge
Class UpdateManager.UpdateManagerRunHander
- java.lang.Object
-
- org.apache.batik.util.RunnableQueue.RunHandlerAdapter
-
- org.apache.batik.bridge.UpdateManager.UpdateManagerRunHander
-
- All Implemented Interfaces:
RunnableQueue.RunHandler
- Enclosing class:
- UpdateManager
protected class UpdateManager.UpdateManagerRunHander extends RunnableQueue.RunHandlerAdapter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdateManagerRunHander()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionResumed(RunnableQueue rq)Called when the execution of the queue has been resumed.voidexecutionSuspended(RunnableQueue rq)Called when the execution of the queue has been suspended.voidrunnableInvoked(RunnableQueue rq, java.lang.Runnable r)Called when the given Runnable has just been invoked and has returned.voidrunnableStart(RunnableQueue rq, java.lang.Runnable r)Called just prior to invoking the runnable
-
-
-
Method Detail
-
runnableStart
public void runnableStart(RunnableQueue rq, java.lang.Runnable r)
Description copied from class:RunnableQueue.RunHandlerAdapterCalled just prior to invoking the runnable- Specified by:
runnableStartin interfaceRunnableQueue.RunHandler- Overrides:
runnableStartin classRunnableQueue.RunHandlerAdapter
-
runnableInvoked
public void runnableInvoked(RunnableQueue rq, java.lang.Runnable r)
Called when the given Runnable has just been invoked and has returned.- Specified by:
runnableInvokedin interfaceRunnableQueue.RunHandler- Overrides:
runnableInvokedin classRunnableQueue.RunHandlerAdapter
-
executionSuspended
public void executionSuspended(RunnableQueue rq)
Called when the execution of the queue has been suspended.- Specified by:
executionSuspendedin interfaceRunnableQueue.RunHandler- Overrides:
executionSuspendedin classRunnableQueue.RunHandlerAdapter
-
executionResumed
public void executionResumed(RunnableQueue rq)
Called when the execution of the queue has been resumed.- Specified by:
executionResumedin interfaceRunnableQueue.RunHandler- Overrides:
executionResumedin classRunnableQueue.RunHandlerAdapter
-
-