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 Summary
Fields Modifier and Type Field Description java.lang.StringcomponentIdPropertyTypepropertyTypeViewInstanceIdviewId- 
Fields inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEvent
allowSync, json, listeningPath, origin, path, readFunction, source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ContextualPropertyChangeEvent(ViewInstanceId viewId, java.lang.String componentId, PropertyType propertyType, PropertyTreeChangeEvent event) 
- 
Method Summary
- 
Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreeChangeEvent
readCausalValue, readValue 
 - 
 
 - 
 
- 
- 
Field Detail
- 
viewId
public final ViewInstanceId viewId
 
- 
componentId
public final java.lang.String componentId
 
- 
propertyType
public final PropertyType propertyType
 
 - 
 
- 
Constructor Detail
- 
ContextualPropertyChangeEvent
public ContextualPropertyChangeEvent(ViewInstanceId viewId, java.lang.String componentId, PropertyType propertyType, PropertyTreeChangeEvent event)
 
 - 
 
 -