| Package | Description |
|---|---|
| org.apache.commons.configuration | |
| org.apache.commons.configuration.event |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractHierarchicalFileConfiguration.configurationChanged(ConfigurationEvent event) |
Reacts on configuration change events triggered by the delegate.
|
void |
CombinedConfiguration.configurationChanged(ConfigurationEvent event) |
Event listener call back for configuration update events.
|
void |
MultiFileHierarchicalConfiguration.configurationChanged(ConfigurationEvent event) |
|
void |
PropertiesConfigurationLayout.configurationChanged(ConfigurationEvent event) |
The event listener callback.
|
protected void |
AbstractHierarchicalFileConfiguration.subnodeConfigurationChanged(ConfigurationEvent event) |
Reacts on changes of an associated subnode configuration.
|
protected void |
HierarchicalConfiguration.subnodeConfigurationChanged(ConfigurationEvent event) |
This method is always called when a subnode configuration created from
this configuration has been modified.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConfigurationErrorEvent |
An event class that is used for reporting errors that occurred while
processing configuration properties.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected ConfigurationEvent |
EventSource.createEvent(int type,
java.lang.String propName,
java.lang.Object propValue,
boolean before) |
Creates a
ConfigurationEvent object based on the passed in
parameters. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConfigurationListener.configurationChanged(ConfigurationEvent event) |
Notifies this listener about a manipulation on a monitored configuration
object.
|