In the case of HandlerManager, you just need to replace it with EventBus/SimpleEventBus. The interface is nice if you're working with gin and it's also nice for unit testing. If you don't want to be bothered too much, just substitute all instances of HandlerManager with SimpleEventBus and you're done.
On Sun, Oct 17, 2010 at 1:47 PM, dmen <[email protected]> wrote: > I love how you deprecate core stuff, just like that. It shows how much > thought you put before introducing APIs. By now, it seems like half of > GWT API must be at deprecated state. No problem, simply slap > @Deprecated, @SuppressWarnings("deprecation") all over the place and > you 're done. > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
