@FunctionalInterface
public interface InstanceCbBundleComponent
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Bundle bundle,
org.apache.felix.dm.Component component)
Handles the given arguments.
|
default InstanceCbBundleComponent |
andThen(InstanceCbBundleComponent after) |
void accept(Bundle bundle,
org.apache.felix.dm.Component component)
component - the callback parameterbundle - the callback parameterdefault InstanceCbBundleComponent andThen(InstanceCbBundleComponent after)