@FunctionalInterface
public interface InstanceCbDictionaryComponent
| Modifier and Type | Method and Description |
|---|---|
void |
accept(java.util.Dictionary<java.lang.String,java.lang.Object> properties,
org.apache.felix.dm.Component component)
Handles the given arguments.
|
default InstanceCbDictionaryComponent |
andThen(InstanceCbDictionaryComponent after) |
void accept(java.util.Dictionary<java.lang.String,java.lang.Object> properties,
org.apache.felix.dm.Component component)
properties - some service propertiescomponent - a Componentdefault InstanceCbDictionaryComponent andThen(InstanceCbDictionaryComponent after)