public interface ConfigurationChangeListener
ConfigurationManager.ConfigurationManager| Modifier and Type | Method and Description |
|---|---|
void |
componentAdded(ConfigurationManager cm,
PropertySheet ps)
Called if a new compoenent defined by
ps was registered to the ConfigurationManager
cm. |
void |
componentRemoved(ConfigurationManager cm,
PropertySheet ps)
Called if a compoenent defined by
ps was unregistered (removed) from the ConfigurationManager
cm. |
void |
componentRenamed(ConfigurationManager cm,
PropertySheet ps,
java.lang.String oldName)
Called if a compoenent was renamed.
|
void |
configurationChanged(java.lang.String configurableName,
java.lang.String propertyName,
ConfigurationManager cm)
Called if the configuration of a registered compoenent named
configurableName was changed. |
void configurationChanged(java.lang.String configurableName,
java.lang.String propertyName,
ConfigurationManager cm)
configurableName was changed.configurableName - The name of the changed configurable.propertyName - The name of the property which was changedcm - The ConfigurationManager-instance this component is registered tovoid componentAdded(ConfigurationManager cm, PropertySheet ps)
ps was registered to the ConfigurationManager
cm.cm - Configuration managerps - Property sheetvoid componentRemoved(ConfigurationManager cm, PropertySheet ps)
ps was unregistered (removed) from the ConfigurationManager
cm.cm - Configuration managerps - Property sheetvoid componentRenamed(ConfigurationManager cm, PropertySheet ps, java.lang.String oldName)
cm - Configuration managerps - Property sheetoldName - Old name