qflib 0.98.0

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

Method Summary
 void stateChanged(ConfigurationEvent event)
          Notify the listener of a change in the state of a Configurable registered with the Configuration.
 

Method Detail

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.

qflib 0.98.0