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