protected class ScriptingEnvironment.Window.IntervalRunnableTimerTask
extends java.util.TimerTask
TimerTask
to invoke a
setInterval()
-scheduled function that is specified
by a Runnable
.Modifier and Type | Field and Description |
---|---|
protected ScriptingEnvironment.EvaluateRunnableRunnable |
eihr |
Constructor and Description |
---|
IntervalRunnableTimerTask(java.lang.Runnable r) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
protected ScriptingEnvironment.EvaluateRunnableRunnable eihr