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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the execution of the queue has been resumed.voidCalled when the execution of the queue has been suspended.voidrunnableInvoked(RunnableQueue rq, Runnable r) Called when the given Runnable has just been invoked and has returned.voidrunnableStart(RunnableQueue rq, Runnable r) Called just prior to invoking the runnable
-
Constructor Details
-
UpdateManagerRunHander
protected UpdateManagerRunHander()
-
-
Method Details
-
runnableStart
Description copied from class:RunnableQueue.RunHandlerAdapterCalled just prior to invoking the runnable- Specified by:
runnableStartin interfaceRunnableQueue.RunHandler- Overrides:
runnableStartin classRunnableQueue.RunHandlerAdapter
-
runnableInvoked
Called when the given Runnable has just been invoked and has returned.- Specified by:
runnableInvokedin interfaceRunnableQueue.RunHandler- Overrides:
runnableInvokedin classRunnableQueue.RunHandlerAdapter
-
executionSuspended
Called when the execution of the queue has been suspended.- Specified by:
executionSuspendedin interfaceRunnableQueue.RunHandler- Overrides:
executionSuspendedin classRunnableQueue.RunHandlerAdapter
-
executionResumed
Called when the execution of the queue has been resumed.- Specified by:
executionResumedin interfaceRunnableQueue.RunHandler- Overrides:
executionResumedin classRunnableQueue.RunHandlerAdapter
-