Package com.vaadin.client.flow.reactive
package com.vaadin.client.flow.reactive
-
ClassDescriptionAutomatically reruns
Computation.doRecompute()whenever any reactive value used by it changes.Listener that is invoked byReactive.flush().Event fired when a computation is invalidated.Listens to invalidate events fired by a computation.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.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.Event fired when a reactive value has changed.Listens to changes to a reactive value.