protected class ScriptingEnvironment.EvaluateIntervalRunnable
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
int |
count
Incremented each time this runnable is added to the queue.
|
boolean |
error |
protected Interpreter |
interpreter |
protected java.lang.String |
script |
Constructor and Description |
---|
EvaluateIntervalRunnable(java.lang.String s,
Interpreter interp) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
public int count
public boolean error
protected Interpreter interpreter
protected java.lang.String script
public EvaluateIntervalRunnable(java.lang.String s, Interpreter interp)
Copyright © 2022 Apache Software Foundation. All Rights Reserved.