You have en EventBus passed to your Activities' start(), so just use that 
(eventBus.fireEvent or fireEventWithSource on one side, and 
eventBus.addHandler or addHandlerWithSource on the other side).
For this to work, you of course have to use the same EventBus with all your 
ActivityManagers, but that's a given anyway since otherwise the whole 
Place/Activity thing wouldn't work either.

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to