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.


Field Summary
private  org.codehaus.plexus.registry.RegistryListener listener
          Delegate listener.
private  org.codehaus.plexus.registry.Registry registry
          Delegate registry.
 
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
 

Field Detail

listener

private org.codehaus.plexus.registry.RegistryListener listener
Delegate listener.


registry

private org.codehaus.plexus.registry.Registry registry
Delegate registry.

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