Package com.vaadin.signals
Interface Signal<T>
- All Superinterfaces:
Serializable,Signal<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A signal is a reactive value holder with automatic subscription and
unsubscription of listeners.
-
Method Summary