Package org.apache.batik.bridge
Class ScriptingEnvironment.Window.IntervalScriptTimerTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.apache.batik.bridge.ScriptingEnvironment.Window.IntervalScriptTimerTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ScriptingEnvironment.Window
protected class ScriptingEnvironment.Window.IntervalScriptTimerTask extends java.util.TimerTask
ATimerTask
to invoke asetInterval()
-scheduled function that is specified by a String.
-
-
Field Summary
Fields Modifier and Type Field Description protected ScriptingEnvironment.EvaluateIntervalRunnable
eir
-
Constructor Summary
Constructors Constructor Description IntervalScriptTimerTask(java.lang.String script)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
eir
protected ScriptingEnvironment.EvaluateIntervalRunnable eir
-
-