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



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