@FunctionalInterface public interface CbServiceServiceComponent<T,S> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
S old,
S replace,
org.apache.felix.dm.Component c)
Handles the given arguments.
|
default CbServiceServiceComponent<T,S> |
andThen(CbServiceServiceComponent<? super T,S> after) |
void accept(T instance, S old, S replace, org.apache.felix.dm.Component c)
instance - the Component implementation instance on which the callback is invoked on.old - first callback argreplace - second callback argc - third callback argdefault CbServiceServiceComponent<T,S> andThen(CbServiceServiceComponent<? super T,S> after)