Package com.vaadin.client.flow.reactive
Class ReactiveValueChangeEvent
- java.lang.Object
-
- com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
-
- Direct Known Subclasses:
ListSpliceEvent,MapPropertyAddEvent,MapPropertyChangeEvent
public abstract class ReactiveValueChangeEvent extends Object
Event fired when a reactive value has changed.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor Description ReactiveValueChangeEvent(ReactiveValue source)Creates a new event fired from a source.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReactiveValuegetSource()Gets the reactive value from which this event originates.
-
-
-
Constructor Detail
-
ReactiveValueChangeEvent
public ReactiveValueChangeEvent(ReactiveValue source)
Creates a new event fired from a source.- Parameters:
source- the reactive value that will fire the event
-
-
Method Detail
-
getSource
public ReactiveValue getSource()
Gets the reactive value from which this event originates.- Returns:
- the event source
-
-