Uses of Interface
org.apache.commons.configuration.event.ConfigurationErrorListener

Packages that use ConfigurationErrorListener
org.apache.commons.configuration.event This package contains interfaces and classes for receiving notifications about changes at configurations. 
 

Uses of ConfigurationErrorListener in org.apache.commons.configuration.event
 

Methods in org.apache.commons.configuration.event with parameters of type ConfigurationErrorListener
 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.
 



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