andrewsc said: > I've seen SimpleEventBus ... 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 ?
Up another level and there are some docs: http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/web/bindery/event/shared/EventBus.html Note the duplication between these two packages: http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/web/bindery/event/shared/package-summary.html http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/event/shared/package-summary.html Myself, I use the 'bindery' one: http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/web/bindery/event/shared/SimpleEventBus.html -- Michael Allan Toronto, +1 416-699-9528 http://zelea.com/ -- 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.
