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