Uses of Interface
org.apache.commons.configuration.event.ConfigurationErrorListener

Packages that use ConfigurationErrorListener
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 ConfigurationErrorListener in org.apache.commons.configuration
 

Classes in org.apache.commons.configuration that implement ConfigurationErrorListener
 class MultiFileHierarchicalConfiguration
          This class provides access to multiple configuration files that reside in a location that can be specified by a pattern allowing applications to be multi-tenant.
 

Methods in org.apache.commons.configuration with parameters of type ConfigurationErrorListener
 void PatternSubtreeConfigurationWrapper.addErrorListener(ConfigurationErrorListener l)
           
 boolean PatternSubtreeConfigurationWrapper.removeErrorListener(ConfigurationErrorListener l)
           
 void MultiFileHierarchicalConfiguration.addErrorListener(ConfigurationErrorListener l)
           
 boolean MultiFileHierarchicalConfiguration.removeErrorListener(ConfigurationErrorListener l)
           
 void DynamicCombinedConfiguration.addErrorListener(ConfigurationErrorListener l)
           
 boolean DynamicCombinedConfiguration.removeErrorListener(ConfigurationErrorListener l)
           
 

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

Methods in org.apache.commons.configuration.event with parameters of type ConfigurationErrorListener
 void EventSource.addErrorListener(ConfigurationErrorListener l)
          Adds a new configuration error listener to this object.
 boolean EventSource.removeErrorListener(ConfigurationErrorListener l)
          Removes the specified error listener so that it does not receive any further events caused by this object.
 



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