public abstract class ReactiveValueChangeEvent extends Object
| Constructor and Description |
|---|
ReactiveValueChangeEvent(ReactiveValue source)
Creates a new event fired from a source.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveValue |
getSource()
Gets the reactive value from which this event originates.
|
public ReactiveValueChangeEvent(ReactiveValue source)
source - the reactive value that will fire the eventpublic ReactiveValue getSource()
Copyright © 2000–2026 Vaadin Ltd. All rights reserved.