google / gwteventbinder

Making GWT EventBus easy
http://google.github.io/gwteventbinder
Apache License 2.0
140 stars 28 forks source link

Support generic events #25

Open cjmalloy opened 9 years ago

cjmalloy commented 9 years ago

It would be nice if generic events were supported. Right now generic events are dispatched based on their type erasure.

My workaround is to create a non-generic subclass and fire that.