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

Packages that use ConfigurationListener
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. 
org.apache.commons.configuration.plist Configuration classes supporting NeXT / OpenStep /GNUStep style configuration. 
 

Uses of ConfigurationListener in org.apache.commons.configuration
 

Classes in org.apache.commons.configuration that implement ConfigurationListener
 class AbstractHierarchicalFileConfiguration
          Base class for implementing file based hierarchical configurations.
 class CombinedConfiguration
           A hierarchical composite configuration class.
 class DefaultConfigurationBuilder
           A factory class that creates a composite configuration from an XML based configuration definition file.
 class HierarchicalXMLConfiguration
          Deprecated. This class is deprecated. Use XMLConfiguration instead, which supports all features this class had offered before.
 class PropertiesConfigurationLayout
           A helper class used by PropertiesConfiguration to keep the layout of a properties file.
 class XMLConfiguration
          A specialized hierarchical configuration class that is able to parse XML documents.
 

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

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

Uses of ConfigurationListener in org.apache.commons.configuration.plist
 

Classes in org.apache.commons.configuration.plist that implement ConfigurationListener
 class PropertyListConfiguration
          NeXT / OpenStep style configuration.
 class XMLPropertyListConfiguration
          Property list file (plist) in XML format as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
 



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