Class ScriptRunner
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
-
- com.inductiveautomation.perspective.gateway.script.ScriptRunner
-
- All Implemented Interfaces:
java.lang.Runnable
public class ScriptRunner extends ScriptFunctionHelper implements java.lang.Runnable
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
signature
-
-
Constructor Summary
Constructors Constructor Description ScriptRunner(PerspectiveElement component, java.lang.String signature, java.lang.String script, org.python.core.PyObject... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerspectiveElement
getComponent()
protected LoggerEx
getLog()
void
run()
-
Methods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
getDescription, invoke, logWarn, onScriptLibraryChange, py2qualified
-
-
-
-
Constructor Detail
-
ScriptRunner
public ScriptRunner(PerspectiveElement component, java.lang.String signature, java.lang.String script, org.python.core.PyObject... arguments)
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
getLog
protected LoggerEx getLog()
- Overrides:
getLog
in classScriptFunctionHelper
-
getComponent
public PerspectiveElement getComponent()
- Specified by:
getComponent
in classScriptFunctionHelper
-
-