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 <[email protected]> wrote: > 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 to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
