org.apache.batik.bridge
Class ScriptingEnvironment.Window.IntervalRunnableTimerTask
java.lang.Object
java.util.TimerTask
org.apache.batik.bridge.ScriptingEnvironment.Window.IntervalRunnableTimerTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ScriptingEnvironment.Window
protected class ScriptingEnvironment.Window.IntervalRunnableTimerTask
- extends TimerTask
A TimerTask to invoke a
setInterval()-scheduled function that is specified
by a Runnable.
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eihr
protected ScriptingEnvironment.EvaluateRunnableRunnable eihr
ScriptingEnvironment.Window.IntervalRunnableTimerTask
public ScriptingEnvironment.Window.IntervalRunnableTimerTask(Runnable r)
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.