Is there any reason NOT to add the following method to the EventBus interface?
<H extends EventHandler> void removeHandler(GwtEvent.Type<H> type, H handler); This would make it much easier to adopt the use of EventBus throughout my application instead of referring to the HandlerManager concrete implementation. Shoot, maybe all of HandlerManager's public methods should be part of the EventBus interface? http://code.google.com/p/google-web-toolkit/issues/detail?id=5271 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
