|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationChangeListener
Describes all methods necessary to process change events of a ConfigurationManager
.
ConfigurationManager
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
void componentRemoved(ConfigurationManager cm, PropertySheet ps)
ps
was unregistered (removed) from the ConfigurationManager
cm
.
void componentRenamed(ConfigurationManager cm, PropertySheet ps, java.lang.String oldName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |