org.apache.batik.bridge
Class ScriptingEnvironment.EvaluateRunnableRunnable

java.lang.Object
  extended byorg.apache.batik.bridge.ScriptingEnvironment.EvaluateRunnableRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
ScriptingEnvironment

protected class ScriptingEnvironment.EvaluateRunnableRunnable
extends Object
implements Runnable

To call a Runnable.


Field Summary
 int count
          Incremented each time this runnable is put in the queue.
 boolean error
           
protected  Runnable runnable
           
 
Constructor Summary
ScriptingEnvironment.EvaluateRunnableRunnable(Runnable r)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count
Incremented each time this runnable is put in the queue.


error

public boolean error

runnable

protected Runnable runnable
Constructor Detail

ScriptingEnvironment.EvaluateRunnableRunnable

public ScriptingEnvironment.EvaluateRunnableRunnable(Runnable r)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2009 Apache Software Foundation. All Rights Reserved.