Interface ObservablePropertySource
- 
- All Superinterfaces:
 PropertyValueSource
public interface ObservablePropertySource extends PropertyValueSource
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObservablePropertySource.ObservablePropertyChangeSupportstatic interfaceObservablePropertySource.PropertyInteractionListener 
- 
Method Summary
All 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.PropertyValueSource
contains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ALL_PROP
static final Property<java.lang.Object> ALL_PROP
 
 - 
 
- 
Method Detail
- 
subscribe
void subscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)
 
- 
unsubscribe
void unsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)
 
 - 
 
 -