Package com.vaadin.event
Interface UIEvents
-
public interface UIEventsA class that contains events, listeners and handlers specific to theUIclass.- Since:
- 7.2
- Author:
- Vaadin Ltd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUIEvents.PollEventAn event that is fired whenever a client polls the server for asynchronous UI updates.static interfaceUIEvents.PollListenerstatic interfaceUIEvents.PollNotifierThe interface for adding and removingUIEvents.PollEventlisteners.
-