Package com.vaadin.client.flow.reactive
Class ReactiveValueChangeEvent
java.lang.Object
com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
- Direct Known Subclasses:
ListSpliceEvent,MapPropertyAddEvent,MapPropertyChangeEvent
Event fired when a reactive value has changed.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new event fired from a source. -
Method Summary
Modifier and TypeMethodDescriptionGets the reactive value from which this event originates.
-
Constructor Details
-
ReactiveValueChangeEvent
Creates a new event fired from a source.- Parameters:
source- the reactive value that will fire the event
-
-
Method Details
-
getSource
Gets the reactive value from which this event originates.- Returns:
- the event source
-