> > 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 :( >
Simply don't import the old EventBus package in your activity. If you need to store the EventBus provided in the start() method in your activity then assign it to a variable that represents the new EventBus. -- 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/-/hsJo-SBq_RkJ. 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.
