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 SummaryFieldsFields inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEventallowSync, json, listeningPath, origin, path, readFunction, source
- 
Constructor SummaryConstructorsConstructorDescriptionContextualPropertyChangeEvent(ViewInstanceId viewId, String componentId, PropertyType propertyType, PropertyTreeChangeEvent event) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEventreadCausalValue, readValue
- 
Field Details- 
viewId
- 
componentId
- 
propertyType
 
- 
- 
Constructor Details- 
ContextualPropertyChangeEventpublic ContextualPropertyChangeEvent(ViewInstanceId viewId, String componentId, PropertyType propertyType, PropertyTreeChangeEvent event) 
 
-