Class ScriptingEnvironment.EvaluateIntervalRunnable

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

protected class ScriptingEnvironment.EvaluateIntervalRunnable extends Object implements Runnable
To interpret a script.
  • Field Details

    • 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 Details

    • EvaluateIntervalRunnable

      public EvaluateIntervalRunnable(String s, Interpreter interp)
  • Method Details

    • run

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