public interface ConfigurationListener
Modifier and Type | Method and Description |
---|---|
void |
configurationChanged(ComponentInstance instance,
Map<String,Object> configuration)
Called when the component instance is reconfigured.
|
void configurationChanged(ComponentInstance instance, Map<String,Object> configuration)
instance
- the concerned instanceconfiguration
- snapshot of the instance configuration. Unmodifiable.Copyright © 2014. All rights reserved.