Package | Description |
---|---|
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 |
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.
|