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

Packages that use RunnableQueue
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.util Provides some useful classes. 
 

Uses of RunnableQueue in org.apache.batik.dom
 

Fields in org.apache.batik.dom declared as RunnableQueue
protected  RunnableQueue DOMImplementationWrapper.runnableQueue
          The RunnableQueue which runs the method calls.
 

Constructors in org.apache.batik.dom with parameters of type RunnableQueue
DOMImplementationWrapper(RunnableQueue rq, DOMImplementation di)
          Creates a new DOMImplementationWrapper associated with the given RunnableQueue thread.
 

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 © 2001 Apache Software Foundation. All Rights Reserved.