Uses of Interface
com.vaadin.event.UIEvents.PollListener
-
Packages that use UIEvents.PollListener Package Description com.vaadin.event com.vaadin.ui -
-
Uses of UIEvents.PollListener in com.vaadin.event
Methods in com.vaadin.event with parameters of type UIEvents.PollListener Modifier and Type Method Description RegistrationUIEvents.PollNotifier. addPollListener(UIEvents.PollListener listener)Add a poll listener.voidUIEvents.PollNotifier. removePollListener(UIEvents.PollListener listener)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromUIEvents.PollNotifier.addPollListener(PollListener). -
Uses of UIEvents.PollListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type UIEvents.PollListener Modifier and Type Method Description RegistrationUI. addPollListener(UIEvents.PollListener listener)voidUI. removePollListener(UIEvents.PollListener listener)Deprecated.
-