|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationErrorEvent | |
|---|---|
| org.apache.commons.configuration.event | This package contains interfaces and classes for receiving notifications about changes at configurations. |
| Uses of ConfigurationErrorEvent in org.apache.commons.configuration.event |
|---|
| Methods in org.apache.commons.configuration.event that return ConfigurationErrorEvent | |
|---|---|
protected ConfigurationErrorEvent |
EventSource.createErrorEvent(int type,
String propName,
Object propValue,
Throwable ex)
Creates a ConfigurationErrorEvent object based on the
passed in parameters. |
| Methods in org.apache.commons.configuration.event with parameters of type ConfigurationErrorEvent | |
|---|---|
void |
ConfigurationErrorListener.configurationError(ConfigurationErrorEvent event)
Notifies this listener that in an observed configuration an error occurred. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||