@FunctionalInterface
public interface InstanceCbRefServiceRefService<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)
Handles the given arguments
|
default InstanceCbRefServiceRefService<S> |
andThen(InstanceCbRefServiceRefService<S> after) |
void accept(org.osgi.framework.ServiceReference<S> oldRef, S old, org.osgi.framework.ServiceReference<S> replaceRef, S replace)
oldRef - the old service referenceold - the old servicereplaceRef - the replace service referencereplace - the replace servicedefault InstanceCbRefServiceRefService<S> andThen(InstanceCbRefServiceRefService<S> after)