@FunctionalInterface
public interface InstanceCbRefRefComponent<S>
The type of the service passed in argument to the callback is defined by the "S" generic parameter.
Modifier and Type | Method and Description |
---|---|
void |
accept(<any> ref1,
<any> ref2,
org.apache.felix.dm.Component comp)
Handles the given arguments.
|
default InstanceCbRefRefComponent<S> |
andThen(InstanceCbRefRefComponent<S> after) |
void accept(<any> ref1, <any> ref2, org.apache.felix.dm.Component comp)
ref1
- first service referenceref2
- second service referencecomp
- a Componentdefault InstanceCbRefRefComponent<S> andThen(InstanceCbRefRefComponent<S> after)