Uses of Class
org.apache.commons.configuration.event.ConfigurationEvent

Packages that use ConfigurationEvent
org.apache.commons.configuration The Configuration main package. 
org.apache.commons.configuration.event This package contains interfaces and classes for receiving notifications about changes at configurations. 
 

Uses of ConfigurationEvent in org.apache.commons.configuration
 

Methods in org.apache.commons.configuration with parameters of type ConfigurationEvent
 void PropertiesConfigurationLayout.configurationChanged(ConfigurationEvent event)
          The event listener callback.
 void CombinedConfiguration.configurationChanged(ConfigurationEvent event)
          Event listener call back for configuration update events.
 void AbstractHierarchicalFileConfiguration.configurationChanged(ConfigurationEvent event)
          Reacts on configuration change events triggered by the delegate.
protected  void HierarchicalConfiguration.subnodeConfigurationChanged(ConfigurationEvent event)
          This method is always called when a subnode configuration created from this configuration has been modified.
protected  void AbstractHierarchicalFileConfiguration.subnodeConfigurationChanged(ConfigurationEvent event)
          Reacts on changes of an associated subnode configuration.
 

Uses of ConfigurationEvent in org.apache.commons.configuration.event
 

Subclasses of ConfigurationEvent in org.apache.commons.configuration.event
 class ConfigurationErrorEvent
           An event class that is used for reporting errors that occurred while processing configuration properties.
 

Methods in org.apache.commons.configuration.event that return ConfigurationEvent
protected  ConfigurationEvent EventSource.createEvent(int type, String propName, Object propValue, boolean before)
          Creates a ConfigurationEvent object based on the passed in parameters.
 

Methods in org.apache.commons.configuration.event with parameters of type ConfigurationEvent
 void ConfigurationListener.configurationChanged(ConfigurationEvent event)
          Notifies this listener about a manipulation on a monitored configuration object.
 



Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.