Package com.vaadin.client.flow.reactive
-
Interface Summary Interface Description FlushListener Listener that is invoked byReactive.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 Summary Class Description Computation Automatically rerunsComputation.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 currentComputation, providing a lazy flush cycle and registering reactive event collectors.ReactiveEventRouter<L,E extends ReactiveValueChangeEvent> Event router providing integration with reactive features inReactiveandComputation.ReactiveValueChangeEvent Event fired when a reactive value has changed.