automatic client side initiated action

Hello,

I’m trying to refresh periodically underlying table container (LazyQueryContainer to be precise). My first thought was to use ProgressIndicator which will as a side effect update whole UI. But I have realized that this is not the case. I was thinking that there is maybe some event listener which could be used to attach appropriate event handler. What I am trying to achieve is avoid creating server side threads for updating some components states.

Does anybody faced with this kind of issue? How solve this problem in Vaadin way?

Best regards,
pm