Class PropertyChangeScript
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
- 
- com.inductiveautomation.perspective.gateway.model.PropertyChangeScript
 
 
- 
 public class PropertyChangeScript extends ScriptFunctionHelper 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpersignature
 
- 
 - 
Constructor SummaryConstructors Constructor Description PropertyChangeScript(PropertyKey target, PropertyChangeScriptConfig config, LoggerEx log)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PerspectiveElementgetComponent()protected java.lang.StringgetDescription()Describe the location/context of this script.protected LoggerExgetLog()voidshutdown()voidstartup(PerspectiveElement component)Subscribes to the target property.- 
Methods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpergetSecurityLevels, invoke, logWarn, onScriptLibraryChange, py2qualified
 
- 
 
- 
- 
- 
Constructor Detail- 
PropertyChangeScriptpublic PropertyChangeScript(PropertyKey target, PropertyChangeScriptConfig config, LoggerEx log) 
 
- 
 - 
Method Detail- 
getLogprotected LoggerEx getLog() - Overrides:
- getLogin class- ScriptFunctionHelper
 
 - 
getComponentpublic PerspectiveElement getComponent() - Specified by:
- getComponentin class- ScriptFunctionHelper
 
 - 
getDescriptionprotected java.lang.String getDescription() Description copied from class:ScriptFunctionHelperDescribe the location/context of this script. Used for error messages- Overrides:
- getDescriptionin class- ScriptFunctionHelper
 
 - 
startuppublic void startup(PerspectiveElement component) throws java.lang.Exception Subscribes to the target property.- Throws:
- java.lang.Exception
 
 - 
shutdownpublic void shutdown() 
 
- 
 
-