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 SummaryConstructors
- 
Method SummaryModifier 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- 
UpdateManagerRunHanderprotected UpdateManagerRunHander()
 
- 
- 
Method Details- 
runnableStartDescription copied from class:RunnableQueue.RunHandlerAdapterCalled just prior to invoking the runnable- Specified by:
- runnableStartin interface- RunnableQueue.RunHandler
- Overrides:
- runnableStartin class- RunnableQueue.RunHandlerAdapter
 
- 
runnableInvokedCalled when the given Runnable has just been invoked and has returned.- Specified by:
- runnableInvokedin interface- RunnableQueue.RunHandler
- Overrides:
- runnableInvokedin class- RunnableQueue.RunHandlerAdapter
 
- 
executionSuspendedCalled when the execution of the queue has been suspended.- Specified by:
- executionSuspendedin interface- RunnableQueue.RunHandler
- Overrides:
- executionSuspendedin class- RunnableQueue.RunHandlerAdapter
 
- 
executionResumedCalled when the execution of the queue has been resumed.- Specified by:
- executionResumedin interface- RunnableQueue.RunHandler
- Overrides:
- executionResumedin class- RunnableQueue.RunHandlerAdapter
 
 
-