org.apache.batik.bridge

Class ScriptingEnvironment.EvaluateIntervalRunnable

protected class ScriptingEnvironment.EvaluateIntervalRunnable extends Object implements Runnable

To interpret a script.
Field Summary
intcount
Incremented each time this runnable is added to the queue.
booleanerror
protected Interpreterinterpreter
protected Stringscript
Constructor Summary
EvaluateIntervalRunnable(String s, Interpreter interp)
Method Summary
voidrun()

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 String script

Constructor Detail

EvaluateIntervalRunnable

public EvaluateIntervalRunnable(String s, Interpreter interp)

Method Detail

run

public void run()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.