Hello,

I'm very new to GWT and having some questions about the event system.

What I wan't to do is fire events when my async calls are executed so
I can listen to this events to update the UI.

my questions:

- Can I create event on the fly ? with just a type name (so I can
listen on that type of event)
- public HandlerManager(java.lang.Object source) you supply an object
to the constructor, isn't it just one bus /    application ?
- Can I use event bubbling?

Do you guys now some answers or good docs ?

Thx,
Ward

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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