- java.lang.Object
-
- org.praxislive.script.impl.ScriptExecutor
-
public class ScriptExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description ScriptExecutor(Env env, boolean inline)ScriptExecutor(Env context, ComponentAddress ctxt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflushEvalQueue()voidprocessScriptCall(Call call)voidqueueEvalCall(Call call)
-
-
-
Constructor Detail
-
ScriptExecutor
public ScriptExecutor(Env env, boolean inline)
-
ScriptExecutor
public ScriptExecutor(Env context, ComponentAddress ctxt)
-
-