Interface ObservablePropertySource
- 
- All Superinterfaces:
- PropertyValueSource
 
 public interface ObservablePropertySource extends PropertyValueSource 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classObservablePropertySource.ObservablePropertyChangeSupportstatic interfaceObservablePropertySource.PropertyInteractionListener
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)voidunsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
 
- 
 
- 
- 
- 
Field Detail- 
ALL_PROPstatic final Property<java.lang.Object> ALL_PROP 
 
- 
 - 
Method Detail- 
subscribevoid subscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener) 
 - 
unsubscribevoid unsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener) 
 
- 
 
-