public interface ReactiveValue
A reactive value typically uses a ReactiveEventRouter for keeping
track of listeners, firing events and registering the value as dependent to
the current computation.
| Modifier and Type | Method and Description |
|---|---|
elemental.events.EventRemover |
addReactiveValueChangeListener(ReactiveValueChangeListener reactiveValueChangeListener)
Adds a listener that has a dependency to this value, and should be
notified when this value changes.
|
elemental.events.EventRemover addReactiveValueChangeListener(ReactiveValueChangeListener reactiveValueChangeListener)
reactiveValueChangeListener - the listener to addCopyright © 2000–2020 Vaadin Ltd. All rights reserved.