Uses of Class
org.apache.commons.configuration.event.ConfigurationErrorEvent

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.
 



Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.