Re: a SimpleEventBus for each activity? an expesive resource?

2011-09-20 Thread Thomas Broyer
Each widget has its own HandlerManager, which is an enhanced SimpleEventBus, so no, a SimpleEventBus is not expensive. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/m

a SimpleEventBus for each activity? an expesive resource?

2011-09-20 Thread Elhanan
hi.. i would like to create a new instance of an eventbus for each new activity, ' the point is to create sort of a local context between the activity and it's view, which would exchange events, (these events would actually the presenter interface) question is, would creating such an object b