ekuefler / gwt-supereventbus

High-octane event bus for GWT
https://ekuefler.github.io/gwt-supereventbus
Apache License 2.0
39 stars 2 forks source link

Excludes rebind package from source #2

Closed arnor2000 closed 11 years ago

ekuefler commented 11 years ago

Thanks! Yeah, I did some last-minute package renaming, so I'm not surprised I missed something. Please don't hesitate to give feedback on the library, I'm curious to see how it works for people!

arnor2000 commented 11 years ago

I was looking for the easier to use, more concise and less intrusive EventBus, here it is! I find this one really pleasant to use :) I didn't know about Guava's EventBus and it's a chance because I would have find myself very frustrated to not be able to use it in GWT! There are all-in-one MVP frameworks with good EventBus (like mvp4g), but on small projects I don't want to use heavy framework encapsulating everything, they're really not flexible enough. So SuperEventBus is what I need, it's doing the job very well and I haven't even tried every powerful features like polymorphism, but be sure I'll think of it when the need will come!

ekuefler commented 11 years ago

Awesome to hear! Thanks for your contributions so far, and let me know if you have any suggestions.