Class GlobalComponentChangeSupport

java.lang.Object
com.inductiveautomation.factorypmi.application.model.GlobalComponentChangeSupport

public class GlobalComponentChangeSupport extends Object
  • Method Details

    • getInstance

      public static GlobalComponentChangeSupport getInstance()
    • fireNameChange

      @Deprecated public void fireNameChange(Component source, String oldName, String newName)
      Deprecated.
      Not needed anymore - the component's natural name change suffices. Delete references as they are found.
    • firePropertyChange

      public void firePropertyChange(Component source, String propertyName, Object oldVal, Object newVal)
      Uses reflection to fire a property change on another component.