@FunctionalInterface public interface CbBundle<T> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
org.osgi.framework.Bundle bundle)
Handles the given arguments.
|
default CbBundle<T> |
andThen(CbBundle<? super T> after) |
void accept(T instance, org.osgi.framework.Bundle bundle)
instance - the Component implementation instance on which the callback is invoked on.bundle - the callback parameter