Class PropertyChangeEventSupport<T>
java.lang.Object
com.inductiveautomation.ignition.designer.event.EventSupport<T,PropertyChangeListener>
com.inductiveautomation.ignition.designer.event.PropertyChangeEventSupport<T>
- All Implemented Interfaces:
Disposable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.designer.event.EventSupport
EventSupport.ListenerNotifier<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
firePropertyChange
(String property, Object oldValue, Object newValue) Methods inherited from class com.inductiveautomation.ignition.designer.event.EventSupport
addListener, dispose, getSource, notifyListeners, removeListener
-
Constructor Details
-
PropertyChangeEventSupport
-
-
Method Details
-
firePropertyChange
-