Package com.vaadin.flow.signals.shared
Interface AbstractSignal.ChildSignalFactory<I extends AbstractSignal<?>>
- Type Parameters:
I- the child signal type
- Enclosing class:
AbstractSignal<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
protected static interface AbstractSignal.ChildSignalFactory<I extends AbstractSignal<?>>
Creates a child signal instance from a node ID.
-
Method Summary
-
Method Details
-
create
Creates a child signal instance for the given node ID.- Parameters:
childId- the node ID for the child signal, notnull- Returns:
- the child signal instance, not
null
-