@FunctionalInterface public interface CbRefRefComponent<T,S> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
org.osgi.framework.ServiceReference<S> ref1,
org.osgi.framework.ServiceReference<S> ref2,
Component comp)
Handles the given arguments.
|
default CbRefRefComponent<T,S> |
andThen(CbRefRefComponent<? super T,S> after) |
void accept(T instance, org.osgi.framework.ServiceReference<S> ref1, org.osgi.framework.ServiceReference<S> ref2, Component comp)
instance - the Component implementation instance on which the callback is invoked on.ref1 - a Service Referenceref2 - a Service Referencecomp - a Componentdefault CbRefRefComponent<T,S> andThen(CbRefRefComponent<? super T,S> after)