event fire in presenter

2011-02-11 Thread Dhanu Musham
hi, i am very new to gwt use MVP in my application, and i am unable understand fire events in presenter, Is one eventBus can handle more than on event symultaniously? thank you, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: event fire in presenter

2011-02-11 Thread Jack
Take a look at SimpleEventBus. eventbus.fireEvent() is a synchronous call and all handlers will be executed one by one. So the eventbus dispatches only one event at a time. On 11 Feb., 07:57, Dhanu Musham dhanunjaya.mus...@gmail.com wrote: hi, i  am very new to gwt use MVP in my application,