Uses of Class
com.vaadin.client.communication.Poller
-
Packages that use Poller Package Description com.vaadin.client com.vaadin.client.communication -
-
Uses of Poller in com.vaadin.client
Methods in com.vaadin.client that return Poller Modifier and Type Method Description PollerRegistry. getPoller()Gets thePollersingleton. -
Uses of Poller in com.vaadin.client.communication
Methods in com.vaadin.client.communication with parameters of type Poller Modifier and Type Method Description static voidPollConfigurator. observe(StateNode node, Poller poller)Observes the given node for poll configuration changes and configures the given poller accordingly.
-