Class ObservablePropertySource.ObservablePropertyChangeSupport
java.lang.Object
com.inductiveautomation.ignition.common.config.ObservablePropertySource.ObservablePropertyChangeSupport
- Enclosing interface:
- ObservablePropertySource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected voidvoidsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener) voidunsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener) 
- 
Constructor Details- 
ObservablePropertyChangeSupportpublic ObservablePropertyChangeSupport()
 
- 
- 
Method Details- 
subscribepublic void subscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener) 
- 
unsubscribepublic void unsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener) 
- 
notify
- 
notify
 
-