gwt-supereventbus
gwt-supereventbus copied to clipboard
High-octane event bus for GWT
Since GWT code generation will most likely be nuked with GWT 3.0, are there any plans to migrate the code generation part to annotation processors?
we need to do interface MyRegistration extends EventRegistration {} and eventBus.register(this, (MyRegistration) GWT.create(MyRegistration.class)); before using the @Subscribe. That is boilerplate code like in gwteventbinder the Event need to extend GenericEvent....
Hi, currently evaluating your EventBus implementation to see if I would prefer it to gwteventbinder and currently I am wondering if there is any reason why you provide a separate...