@FunctionalInterface
public interface InstanceCbRefServiceRefServiceComponent<S>
Modifier and Type | Method and Description |
---|---|
void |
accept(<any> oldRef,
S old,
<any> replaceRef,
S replace,
org.apache.felix.dm.Component c)
Handles the given arguments
|
default InstanceCbRefServiceRefServiceComponent<S> |
andThen(InstanceCbRefServiceRefServiceComponent<S> after) |
void accept(<any> oldRef, S old, <any> replaceRef, S replace, org.apache.felix.dm.Component c)
oldRef
- an old swapped service referenceold
- an old swapped servicereplaceRef
- the new service referencereplace
- the new servicec
- a Componentdefault InstanceCbRefServiceRefServiceComponent<S> andThen(InstanceCbRefServiceRefServiceComponent<S> after)