de.qfs.lib.config
Interface ConfigurationListener
- All Superinterfaces:
- java.util.EventListener
- public interface ConfigurationListener
- extends java.util.EventListener
This interface has to be implemented by classes interested in a state
change of a Configurable
registered with the Configuration
.
- Version:
- $Revision: 1.5 $
- Author:
- Gregor Schmid
stateChanged
public void stateChanged(ConfigurationEvent event)
- Notify the listener of a change in the state of a
Configurable
registered with the Configuration
.
- Parameters:
event
- The ConfigurationEvent encapsulating the details.