Uses of Interface
com.vaadin.event.UIEvents.PollListener

Packages that use UIEvents.PollListener
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
 void UIEvents.PollNotifier.addPollListener(UIEvents.PollListener listener)
          Add a poll listener.
 void UIEvents.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
 void UI.addPollListener(UIEvents.PollListener listener)
           
 void UI.removePollListener(UIEvents.PollListener listener)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.