|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationConsumer<T>
Indicates that the implementor will be aware of the configuration updates Can be plugged into the Swordfish framework as an osgi service with the interface name org.eclipse.swordfish.api.configuration.ConfigurationConsumer to receive notifications about the change in the configuration.
| Method Summary | |
|---|---|
java.lang.String |
getId()
Uniquely identifies the configuration |
void |
onReceiveConfiguration(java.util.Map<java.lang.String,T> configuration)
The callback method invoked by the Swordfish environment when the configuration is changed |
| Method Detail |
|---|
java.lang.String getId()
null or an empty String.void onReceiveConfiguration(java.util.Map<java.lang.String,T> configuration)
configuration - the new/updated configuration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||