| Interface | Description |
|---|---|
| FlushListener |
Listener that is invoked by
Reactive.flush(). |
| InvalidateListener |
Listens to invalidate events fired by a computation.
|
| ReactiveValue |
A reactive value fires reactive value change events when its value changes
and registers itself as dependent on the current computation when the value
is accessed.
|
| ReactiveValueChangeListener |
Listens to changes to a reactive value.
|
| Class | Description |
|---|---|
| Computation |
Automatically reruns
Computation.doRecompute() whenever any reactive value used
by it changes. |
| InvalidateEvent |
Event fired when a computation is invalidated.
|
| Reactive |
Handles global features related to reactivity, such as keeping track of the
current
Computation, providing a lazy flush cycle and registering
reactive event collectors. |
| ReactiveEventRouter<L,E extends ReactiveValueChangeEvent> |
Event router providing integration with reactive features in
Reactive
and Computation. |
| ReactiveValueChangeEvent |
Event fired when a reactive value has changed.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.