Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesConfigurationLayout.configurationChanged(ConfigurationEvent event)
The event listener callback.
|
void |
MultiFileHierarchicalConfiguration.configurationChanged(ConfigurationEvent event) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationErrorEvent
An event class that is used for reporting errors that occurred while
processing configuration properties.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationEvent |
EventSource.createEvent(int type,
String propName,
Object propValue,
boolean before)
Creates a
ConfigurationEvent object based on the passed in
parameters. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationListener.configurationChanged(ConfigurationEvent event)
Notifies this listener about a manipulation on a monitored configuration
object.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.