@FunctionalInterface
public interface InstanceCbServiceComponentRef<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(S service,
Component c,
<any> ref)
Handles the given arguments.
|
default InstanceCbServiceComponentRef<S> |
andThen(InstanceCbServiceComponentRef<S> after) |
void accept(S service, Component c, <any> ref)
c
- a Componentref
- the service referenceservice
- the servicedefault InstanceCbServiceComponentRef<S> andThen(InstanceCbServiceComponentRef<S> after)