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 Summary
Constructors Constructor Description ObservablePropertyChangeSupport() 
- 
Method Summary
All 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
- 
subscribe
public void subscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)
 
- 
unsubscribe
public void unsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)
 
- 
notify
public void notify(Property<?> p)
 
- 
notify
protected void notify(java.util.List<ObservablePropertySource.PropertyInteractionListener> l, Property<?> p)
 
 - 
 
 -