You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi everyone. Can someone tell me what is the difference between
EventBus and HandlerManager ? and when to use eachone of them ?
To me they are do the same task ... !
Thank you a lot .
Michael Allan
unread,
Apr 29, 2012, 1:23:59 PM4/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I've inferred that EventBus is for centralized dispatch, while
HandlerManager is for widget-specific dispatch and backward
compatibility with legacy code. (It looks like a half finished
transition. We might be stuck with it till someone volunteers to
clean it up.)