We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.
Interface UIEvents
-
public interface UIEvents
A class that contains events, listeners and handlers specific to the
UI
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
A
UIEvents.PollListener
receives and handlesPollEvents
fired byPollNotifiers
.static interface
UIEvents.PollNotifier
The interface for adding and removing
UIEvents.PollEvent
listeners.
-