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

Supereventbus doesn't bind classes in parent modules #8

Closed flavor8 closed 10 years ago

flavor8 commented 10 years ago

I decided to create some common views / presenters in a module that I planned to reuse in various projects. I used supereventbus to bind some interactions; in debug mode, I can see that while the events are properly posted, they are never picked up by methods in the parent module that subscribe to them.

The presenters are initialized by gin in the child modules; perhaps that's preventing them from being properly scanned by supereventbus? I can share code with you that demonstrates this.

flavor8 commented 10 years ago

Nevermind - this was a wiring bug.