I was mid way of re-factoring the code when I realised that the Activity interface needs EventBus from com.google.gwt.event.shared.EventBus :(
On 1 August 2012 09:21, Jens <[email protected]> wrote: > Always use the web.bindery EventBus in your code and never use the > HandlerManager directly. Also I strongly recommend to use Part II of the > mentioned article > (https://developers.google.com/web-toolkit/articles/mvp-architecture-2) > which makes your code a lot cleaner. > > -- J. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/e2cEMuQscaUJ. > > 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. -- 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.
