protected class ScriptingEnvironment.Window.IntervalScriptTimerTask
extends java.util.TimerTask
TimerTask to invoke a
setInterval()-scheduled function that is specified
by a String.| Modifier and Type | Field and Description |
|---|---|
protected ScriptingEnvironment.EvaluateIntervalRunnable |
eir |
| Constructor and Description |
|---|
IntervalScriptTimerTask(java.lang.String script) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected ScriptingEnvironment.EvaluateIntervalRunnable eir