Package com.vaadin.client.flow.reactive
Interface ReactiveValueChangeListener
- All Known Implementing Classes:
Computation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listens to changes to a reactive value.
- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a reactive value has changed.
-
Method Details
-
onValueChange
Invoked when a reactive value has changed.- Parameters:
event- the change event
-