|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationListener
A simple event listener interface for configuration observers.
This interface can be implemented by classes that are interested in "raw" events caused by configuration objects. Each manipulation on a configuration object will generate such an event. There is only a single method that is invoked when an event occurs.
| Method Summary | |
|---|---|
void |
configurationChanged(ConfigurationEvent event)
Notifies this listener about a manipulation on a monitored configuration object. |
| Method Detail |
|---|
void configurationChanged(ConfigurationEvent event)
event - the event describing the manipulation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||