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 protected
UpdateManagerRunHander()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, java.lang.Runnable r)
Called when the given Runnable has just been invoked and has returned.void
runnableStart(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.RunHandlerAdapter
Called just prior to invoking the runnable- Specified by:
runnableStart
in interfaceRunnableQueue.RunHandler
- Overrides:
runnableStart
in 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:
runnableInvoked
in interfaceRunnableQueue.RunHandler
- Overrides:
runnableInvoked
in classRunnableQueue.RunHandlerAdapter
-
executionSuspended
public void executionSuspended(RunnableQueue rq)
Called when the execution of the queue has been suspended.- Specified by:
executionSuspended
in interfaceRunnableQueue.RunHandler
- Overrides:
executionSuspended
in classRunnableQueue.RunHandlerAdapter
-
executionResumed
public void executionResumed(RunnableQueue rq)
Called when the execution of the queue has been resumed.- Specified by:
executionResumed
in interfaceRunnableQueue.RunHandler
- Overrides:
executionResumed
in classRunnableQueue.RunHandlerAdapter
-
-