|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistryListener
Receives notifications of configuration changes in thre registry.
Method Summary | |
---|---|
void |
afterConfigurationChange(Registry registry,
java.lang.String propertyName,
java.lang.Object propertyValue)
Notify the object that there has been a configuration change. |
void |
beforeConfigurationChange(Registry registry,
java.lang.String propertyName,
java.lang.Object propertyValue)
Notify the object that there is about to be a configuration change. |
Method Detail |
---|
void beforeConfigurationChange(Registry registry, java.lang.String propertyName, java.lang.Object propertyValue)
registry
- the registry that was changedpropertyName
- the property being changedpropertyValue
- the value the property is about to be changed tovoid afterConfigurationChange(Registry registry, java.lang.String propertyName, java.lang.Object propertyValue)
registry
- the registry that was changedpropertyName
- the property what was changedpropertyValue
- the value the property was changed to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |