org.apache.batik.bridge

Class UpdateManager.UpdateManagerRunHander

protected class UpdateManager.UpdateManagerRunHander extends RunnableQueue.RunHandlerAdapter

Method Summary
voidexecutionResumed(RunnableQueue rq)
Called when the execution of the queue has been resumed.
voidexecutionSuspended(RunnableQueue rq)
Called 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)

Method Detail

executionResumed

public void executionResumed(RunnableQueue rq)
Called when the execution of the queue has been resumed.

executionSuspended

public void executionSuspended(RunnableQueue rq)
Called when the execution of the queue has been suspended.

runnableInvoked

public void runnableInvoked(RunnableQueue rq, Runnable r)
Called when the given Runnable has just been invoked and has returned.

runnableStart

public void runnableStart(RunnableQueue rq, Runnable r)
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.