GWT EvenBus acrosee multiple modules

2015-09-02 Thread Swarnalatha Badabagni
I have a framework module , which inherits mail module. I am firing an event in mail module and registered handler for this on framework module. I can see that event is getting triggered . but the registered handler is not catching that event on framework module. Please let me know how to sha

Re: GWT EvenBus acrosee multiple modules

2015-09-02 Thread Michael Joyner
You have to use a common single instance eventbus. On 09/02/2015 10:37 AM, Swarnalatha Badabagni wrote: I have a framework module , which inherits mail module. I am firing an event i

Re: GWT EvenBus acrosee multiple modules

2015-09-03 Thread Swarnalatha Badabagni
Thanks its works like a charm !! On Wednesday, September 2, 2015 at 9:56:10 PM UTC+5:30, Michael Joyner wrote: > > You have to use a common single instance eventbus. > > On 09/02/2015 10:37 AM, Swarnalatha Badabagni wrote: > > > > I have a framework module , which inherits mail module. > > I am f