| Package | Description |
|---|---|
| com.vaadin.client.flow.reactive |
| Modifier and Type | Method and Description |
|---|---|
static void |
Reactive.addFlushListener(FlushListener flushListener)
Adds a listener that will be invoked the next time
Reactive.flush() is
invoked. |
static void |
Reactive.addPostFlushListener(FlushListener postFlushListener)
Adds a listener that will be invoked during the next
Reactive.flush(),
after all regular flush listeners have been invoked. |
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.