What Thomas mentions works fine.
I do the same: have a dispatcher that dispatches events.
When a subscriber/listener indicates in the dispatched event that the
dispatcher needs to wait dispatching any further event, the dispatcher
queues all following events and waits untill it gets a signal from the
subscriber (through the same event) that it is finished and that the
dispatcher may continue dispatching.
I use this a lot to load CMS content and other stuff at the start of
the application.

Additional delay's can then easily be added with the GWT Timer.

-- Ed

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to