Class GlobalComponentChangeSupport
java.lang.Object
com.inductiveautomation.factorypmi.application.model.GlobalComponentChangeSupport
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fireNameChange
(Component source, String oldName, String newName) Deprecated.void
firePropertyChange
(Component source, String propertyName, Object oldVal, Object newVal) Uses reflection to fire a property change on another component.static GlobalComponentChangeSupport
-
Method Details
-
getInstance
-
fireNameChange
Deprecated.Not needed anymore - the component's natural name change suffices. Delete references as they are found. -
firePropertyChange
Uses reflection to fire a property change on another component.
-