org.apache.batik.bridge
Class ScriptingEnvironment.EvaluateIntervalRunnable

java.lang.Object
  |
  +--org.apache.batik.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ScriptingEnvironment

protected class ScriptingEnvironment.EvaluateIntervalRunnable
extends java.lang.Object
implements java.lang.Runnable

To interpret a script.


Field Summary
 int count
          Incremented each time this runnable is added to the queue.
 boolean error
           
protected  Interpreter interpreter
           
protected  java.lang.String script
           
 
Constructor Summary
ScriptingEnvironment.EvaluateIntervalRunnable(java.lang.String s, Interpreter interp)
           
 
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 added to the queue.

error

public boolean error

interpreter

protected Interpreter interpreter

script

protected java.lang.String script
Constructor Detail

ScriptingEnvironment.EvaluateIntervalRunnable

public ScriptingEnvironment.EvaluateIntervalRunnable(java.lang.String s,
                                                     Interpreter interp)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2002 Apache Software Foundation. All Rights Reserved.