This package contains interfaces and classes for receiving notifications about changes at configurations.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
An event class that is used for reporting errors that occurred while processing configuration properties.
Some configuration implementations (e.g. org.apache.commons.configuration.DatabaseConfiguration or org.apache.commons.configuration.JNDIConfiguration use an underlying storage that can throw an exception on each property access.
org.apache.commons.configuration.DatabaseConfiguration
org.apache.commons.configuration.JNDIConfiguration
An event listener interface to be implemented by observers that are interested in internal errors caused by processing of configuration properties.
Some configuration classes use an underlying storage where each access of a property can cause an exception.
An event class for reporting updates on a configuration object.
Event objects of this type are used for "raw" events, i.e. unfiltered modifications of any kind.
A simple event listener interface for configuration observers.
This interface can be implemented by classes that are interested in "raw" events caused by configuration objects.
A base class for objects that can generate configuration events.
This class implements functionality for managing a set of event listeners that can be notified when an event occurs.