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 PerspectiveElementgetComponent()protected LoggerExgetLog()voidrun()- 
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:
 runin interfacejava.lang.Runnable
 
- 
getLog
protected LoggerEx getLog()
- Overrides:
 getLogin classScriptFunctionHelper
 
- 
getComponent
public PerspectiveElement getComponent()
- Specified by:
 getComponentin classScriptFunctionHelper
 
 - 
 
 -