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 voidUIEvents.PollNotifier. addPollListener(UIEvents.PollListener listener)Add a poll listener.voidUIEvents.PollNotifier. removePollListener(UIEvents.PollListener listener)Remove a poll listener. -
Uses of UIEvents.PollListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type UIEvents.PollListener Modifier and Type Method Description voidUI. addPollListener(UIEvents.PollListener listener)voidUI. removePollListener(UIEvents.PollListener listener)
-