org.codehaus.plexus.registry.commons
Class ConfigurationListenerDelegate

java.lang.Object
  extended by org.codehaus.plexus.registry.commons.ConfigurationListenerDelegate
All Implemented Interfaces:
org.apache.commons.configuration.event.ConfigurationListener

public class ConfigurationListenerDelegate
extends java.lang.Object
implements org.apache.commons.configuration.event.ConfigurationListener

Commons configuration listener that delegates to the given registry listener.


Constructor Summary
ConfigurationListenerDelegate(org.codehaus.plexus.registry.RegistryListener listener, org.codehaus.plexus.registry.Registry registry)
           
 
Method Summary
 void configurationChanged(org.apache.commons.configuration.event.ConfigurationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationListenerDelegate

public ConfigurationListenerDelegate(org.codehaus.plexus.registry.RegistryListener listener,
                                     org.codehaus.plexus.registry.Registry registry)
Method Detail

configurationChanged

public void configurationChanged(org.apache.commons.configuration.event.ConfigurationEvent event)
Specified by:
configurationChanged in interface org.apache.commons.configuration.event.ConfigurationListener


Copyright © 2001-2008 Codehaus. All Rights Reserved.