Module io.sf.carte.echosvg.bridge
Package io.sf.carte.echosvg.bridge
Class UpdateManager.UpdateManagerRunHander
java.lang.Object
io.sf.carte.echosvg.util.RunnableQueue.RunHandlerAdapter
io.sf.carte.echosvg.bridge.UpdateManager.UpdateManagerRunHander
- All Implemented Interfaces:
RunnableQueue.RunHandler
- Enclosing class:
UpdateManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the execution of the queue has been resumed.void
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
-
Constructor Details
-
UpdateManagerRunHander
protected UpdateManagerRunHander()
-
-
Method Details
-
runnableStart
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
Called when the given Runnable has just been invoked and has returned.- Specified by:
runnableInvoked
in interfaceRunnableQueue.RunHandler
- Overrides:
runnableInvoked
in classRunnableQueue.RunHandlerAdapter
-
executionSuspended
Called when the execution of the queue has been suspended.- Specified by:
executionSuspended
in interfaceRunnableQueue.RunHandler
- Overrides:
executionSuspended
in classRunnableQueue.RunHandlerAdapter
-
executionResumed
Called when the execution of the queue has been resumed.- Specified by:
executionResumed
in interfaceRunnableQueue.RunHandler
- Overrides:
executionResumed
in classRunnableQueue.RunHandlerAdapter
-