Class ContextualPropertyChangeEvent
java.lang.Object
com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEvent
com.inductiveautomation.perspective.gateway.property.ContextualPropertyChangeEvent
Event for whenever a property in a PropertyTree changes. Contains additional contextual information on top of a
PropertyTreeChangeEvent
such as the ViewInstanceId
, component ID, and PropertyType
.-
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEvent
allowSync, json, listeningPath, origin, path, readFunction, source
-
Constructor Summary
ConstructorsConstructorDescriptionContextualPropertyChangeEvent
(ViewInstanceId viewId, String componentId, PropertyType propertyType, PropertyTreeChangeEvent event) -
Method Summary
Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEvent
readCausalValue, readValue
-
Field Details
-
viewId
-
componentId
-
propertyType
-
-
Constructor Details
-
ContextualPropertyChangeEvent
public ContextualPropertyChangeEvent(ViewInstanceId viewId, String componentId, PropertyType propertyType, PropertyTreeChangeEvent event)
-