yeah, well, I guess I need to adapt to the brave new world, where a two-line paragraph in the Javadoc passes for documentation. Perhaps this is the price we pay for having access to the source. Still, it's a long and hard road, from reading GWT sources, to building an understanding of concepts.
The good news is that my posting got published in this group, so I can ask here if I get into any trouble -:) Regards, Andrew On Friday, July 27, 2012 1:47:13 PM UTC+10, andrewsc wrote: > > I'm going through the MVP Tutorial Part > One<https://developers.google.com/web-toolkit/articles/mvp-architecture> with > the Tutorial-Contacts > The article recommends the use of HandlerManager and points to a 2.0 copy > of the > JavaDoc<http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/event/shared/HandlerManager.html> > > However, the more recent 2.4 > Javadoc<http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/event/shared/HandlerManager.html> > has > the following recommendation: > > >> application developers are strongly discouraged from using a >> HandlerManager instance as a global event dispatch mechanism. > > > What is the recommended replacement in 2.4 ? > > I've seen > SimpleEventBus<http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/event/shared/SimpleEventBus.html> > being > used in 2.4 apps, but I can't find any description of it, apart from > JavaDoc mentining it is a wrap around legacy. > > Does anyone have more material about SimpleEventBus ? > > Andrew > > -- 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/msg/google-web-toolkit/-/GyJZAZ5s3gUJ. 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.
