org.codehaus.plexus.registry.commons
Class ConfigurationListenerDelegate
java.lang.Object
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 |
listener
private org.codehaus.plexus.registry.RegistryListener listener
- Delegate listener.
registry
private org.codehaus.plexus.registry.Registry registry
- Delegate registry.
ConfigurationListenerDelegate
public ConfigurationListenerDelegate(org.codehaus.plexus.registry.RegistryListener listener,
org.codehaus.plexus.registry.Registry registry)
configurationChanged
public void configurationChanged(org.apache.commons.configuration.event.ConfigurationEvent event)
- Specified by:
configurationChanged
in interface org.apache.commons.configuration.event.ConfigurationListener