@FunctionalInterface
public interface InstanceCbRefServiceRefServiceComponent<S>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.osgi.framework.ServiceReference<S> oldRef,
S old,
org.osgi.framework.ServiceReference<S> replaceRef,
S replace,
org.apache.felix.dm.Component c)
Handles the given arguments
|
default InstanceCbRefServiceRefServiceComponent<S> |
andThen(InstanceCbRefServiceRefServiceComponent<S> after) |
void accept(org.osgi.framework.ServiceReference<S> oldRef, S old, org.osgi.framework.ServiceReference<S> 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)