Package com.vaadin.event
Interface UIEvents
-
public interface UIEvents
A class that contains events, listeners and handlers specific to theUI
class.- Since:
- 7.2
- Author:
- Vaadin Ltd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
UIEvents.PollEvent
An event that is fired whenever a client polls the server for asynchronous UI updates.static interface
UIEvents.PollListener
static interface
UIEvents.PollNotifier
The interface for adding and removingUIEvents.PollEvent
listeners.
-