Class PropertyChangeScript
java.lang.Object
com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
com.inductiveautomation.perspective.gateway.model.PropertyChangeScript
- 
Field SummaryFields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpersignature
- 
Constructor SummaryConstructorsConstructorDescriptionPropertyChangeScript(PropertyKey target, PropertyChangeScriptConfig config, LoggerEx log) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringDescribe the location/context of this script.protected LoggerExgetLog()protected PerspectiveTagReferenceLocationvoidshutdown()voidstartup(PerspectiveElement component) Subscribes to the target property.Methods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpergetSecurityLevels, invoke, invoke, logWarn, onScriptLibraryChange, py2qualified
- 
Constructor Details- 
PropertyChangeScript
 
- 
- 
Method Details- 
getLog- Overrides:
- getLogin class- ScriptFunctionHelper
 
- 
getComponent- Specified by:
- getComponentin class- ScriptFunctionHelper
 
- 
getDescriptionDescription copied from class:ScriptFunctionHelperDescribe the location/context of this script. Used for error messages- Overrides:
- getDescriptionin class- ScriptFunctionHelper
 
- 
getTagReferencePath- Specified by:
- getTagReferencePathin class- ScriptFunctionHelper
 
- 
startupSubscribes to the target property.- Throws:
- Exception
 
- 
shutdownpublic void shutdown()
 
-