Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Polling / Interval from Client

    I need to execute a method on the client side every 30 seconds. In javascript I would use setInterval or setTimeout.

    Is this possible in SmartGWT?

    #2
    Try using the Timer class

    Comment


      #3
      thanks, that's exactly what I needed.

      Comment

      Working...
      X