org.jconfig.event
Interface ConfigurationListener
- All Superinterfaces:
- CategoryListener, java.util.EventListener, PropertyListener
- public interface ConfigurationListener
- extends CategoryListener
To receive notifications when a Configuration changes
one needs to implement this interface. The
ConfigurationChangedEvent contains the information
about what has changed within the Configuration.
- Author:
- Andreas Mecky , Terry Dye
configurationChanged
public void configurationChanged(ConfigurationChangedEvent evt)
- Call whenever the Configuration changes
- Parameters:
evt
- The event
Copyright © 2001-2005 Andreas Mecky, Terry Dye. All Rights Reserved.