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