Class ObservablePropertySource.ObservablePropertyChangeSupport
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.config.ObservablePropertySource.ObservablePropertyChangeSupport
 
- 
- Enclosing interface:
- ObservablePropertySource
 
 public static class ObservablePropertySource.ObservablePropertyChangeSupport extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ObservablePropertyChangeSupport()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(Property<?> p)protected voidnotify(java.util.List<ObservablePropertySource.PropertyInteractionListener> l, Property<?> p)voidsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)voidunsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)
 
- 
- 
- 
Method Detail- 
subscribepublic void subscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener) 
 - 
unsubscribepublic void unsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener) 
 - 
notifypublic void notify(Property<?> p) 
 - 
notifyprotected void notify(java.util.List<ObservablePropertySource.PropertyInteractionListener> l, Property<?> p) 
 
- 
 
-