@FunctionalInterface public static interface UIEvents.PollListener extends Serializable
Modifier and Type | Field and Description |
---|---|
static Method |
POLL_METHOD |
Modifier and Type | Method and Description |
---|---|
void |
poll(UIEvents.PollEvent event)
A poll request has been received by the server.
|
static final Method POLL_METHOD
void poll(UIEvents.PollEvent event)
event
- poll eventCopyright © 2017 Vaadin Ltd. All rights reserved.