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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateManager.UpdateManagerRunHander
protected UpdateManager.UpdateManagerRunHander()
runnableStart
public void runnableStart(RunnableQueue rq,
Runnable r)
- Specified by:
runnableStart in interface RunnableQueue.RunHandler- Overrides:
runnableStart in class RunnableQueue.RunHandlerAdapter
runnableInvoked
public void runnableInvoked(RunnableQueue rq,
Runnable r)
- Called when the given Runnable has just been invoked and
has returned.
- Specified by:
runnableInvoked in interface RunnableQueue.RunHandler- Overrides:
runnableInvoked in class RunnableQueue.RunHandlerAdapter
executionSuspended
public void executionSuspended(RunnableQueue rq)
- Called when the execution of the queue has been suspended.
- Specified by:
executionSuspended in interface RunnableQueue.RunHandler- Overrides:
executionSuspended in class RunnableQueue.RunHandlerAdapter
executionResumed
public void executionResumed(RunnableQueue rq)
- Called when the execution of the queue has been resumed.
- Specified by:
executionResumed in interface RunnableQueue.RunHandler- Overrides:
executionResumed in class RunnableQueue.RunHandlerAdapter
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.