Class ContextualPropertyChangeEvent
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEvent
- 
- com.inductiveautomation.perspective.gateway.property.ContextualPropertyChangeEvent
 
 
- 
 public class ContextualPropertyChangeEvent extends PropertyTreeChangeEvent Event for whenever a property in a PropertyTree changes. Contains additional contextual information on top of aPropertyTreeChangeEventsuch as theViewInstanceId, component ID, andPropertyType.
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringcomponentIdPropertyTypepropertyTypeViewInstanceIdviewId- 
Fields inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEventallowSync, json, listeningPath, origin, path, readFunction, source
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContextualPropertyChangeEvent(ViewInstanceId viewId, java.lang.String componentId, PropertyType propertyType, PropertyTreeChangeEvent event)
 - 
Method Summary- 
Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEventreadCausalValue, readValue
 
- 
 
- 
- 
- 
Field Detail- 
viewIdpublic final ViewInstanceId viewId 
 - 
componentIdpublic final java.lang.String componentId 
 - 
propertyTypepublic final PropertyType propertyType 
 
- 
 - 
Constructor Detail- 
ContextualPropertyChangeEventpublic ContextualPropertyChangeEvent(ViewInstanceId viewId, java.lang.String componentId, PropertyType propertyType, PropertyTreeChangeEvent event) 
 
- 
 
-