Uses of Class
org.apache.batik.util.RunnableQueue

Packages that use RunnableQueue
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.util Provides some useful classes. 
 

Uses of RunnableQueue in org.apache.batik.bridge
 

Fields in org.apache.batik.bridge declared as RunnableQueue
protected  RunnableQueue ScriptingEnvironment.updateRunnableQueue
          The update runnable queue.
protected  RunnableQueue UpdateManager.updateRunnableQueue
          The update RunnableQueue.
 

Methods in org.apache.batik.bridge that return RunnableQueue
 RunnableQueue UpdateManager.getUpdateRunnableQueue()
          Returns the update RunnableQueue.
 

Methods in org.apache.batik.bridge with parameters of type RunnableQueue
 void UpdateManager.runnableInvoked(RunnableQueue rq, java.lang.Runnable r)
          Called when the given Runnable has just been invoked and has returned.
 void UpdateManager.executionSuspended(RunnableQueue rq)
          Called when the execution of the queue has been suspended.
 void UpdateManager.executionResumed(RunnableQueue rq)
          Called when the execution of the queue has been resumed.
 

Uses of RunnableQueue in org.apache.batik.util
 

Methods in org.apache.batik.util that return RunnableQueue
static RunnableQueue RunnableQueue.createRunnableQueue()
          Creates a new RunnableQueue started in a new thread.
 

Methods in org.apache.batik.util with parameters of type RunnableQueue
 void RunnableQueue.RunHandler.runnableInvoked(RunnableQueue rq, java.lang.Runnable r)
          Called when the given Runnable has just been invoked and has returned.
 void RunnableQueue.RunHandler.executionSuspended(RunnableQueue rq)
          Called when the execution of the queue has been suspended.
 void RunnableQueue.RunHandler.executionResumed(RunnableQueue rq)
          Called when the execution of the queue has been resumed.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.