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 Details

    • observe

      public static void observe(StateNode node, Poller poller)
      Observes the given node for poll configuration changes and configures the given poller accordingly.
      Parameters:
      node - the node containing the poll configuration
      poller - the poller to configure