public interface ConfigurationListener
Modifier and Type | Method and Description |
---|---|
void |
configurationChanged(ComponentInstance instance,
java.util.Map<java.lang.String,java.lang.Object> configuration)
Called when the component instance is reconfigured.
|
void configurationChanged(ComponentInstance instance, java.util.Map<java.lang.String,java.lang.Object> configuration)
instance
- the concerned instanceconfiguration
- snapshot of the instance configuration. Unmodifiable.Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.