Package com.vaadin.client.communication
Class PollConfigurator
- java.lang.Object
-
- com.vaadin.client.communication.PollConfigurator
-
public class PollConfigurator extends Object
Observes the poll configuration stored in the given node and configures polling accordingly.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidobserve(StateNode node, Poller poller)Observes the given node for poll configuration changes and configures the given poller accordingly.
-