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

Method Summary
 void configurationChanged(ConfigurationChangedEvent evt)
          Call whenever the Configuration changes
 
Methods inherited from interface org.jconfig.event.CategoryListener
categoryChanged
 
Methods inherited from interface org.jconfig.event.PropertyListener
propertyChanged
 

Method Detail

configurationChanged

public void configurationChanged(ConfigurationChangedEvent evt)
Call whenever the Configuration changes
Parameters:
evt - The event


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.