@FunctionalInterface public interface CbRefComponent<T,S> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
<any> ref,
org.apache.felix.dm.Component comp)
Handles the given arguments.
|
default CbRefComponent<T,S> |
andThen(CbRefComponent<? super T,S> after) |
void accept(T instance, <any> ref, org.apache.felix.dm.Component comp)
instance - the Component implementation instance on which the callback is invoked on.ref - a Service Referencecomp - a Componentdefault CbRefComponent<T,S> andThen(CbRefComponent<? super T,S> after)