> 2.3.0 does not have LegacyHandlerWrapper. Mine does. In the gwt-user-2.3.0.jar I find: com.google.gwt.event.shared.LegacyHandlerWrapper
I also made a public copy of this such that I could use it, as I changed low level gwt things such that I can test it outside of GWT.. See: http://code.google.com/p/google-web-toolkit/issues/detail?id=6113 (issue: 6113) - Ed On Thu, Sep 1, 2011 at 8:31 AM, Michael Allan <[email protected]> wrote: > I've been wondering about the new bindery classes, as well. I found > no explanation in the API. It looks like 2.3 may have been released > in mid-transition. > > Ed wrote: > > The class LegacyHandlerWrapper is used to wrap the new > > HandlerRegistration. > > 2.3.0 does not have LegacyHandlerWrapper. I found I had to code my > own. Here's my version, in case anyone prefers it. ;-) > http://zelea.com/project/votorola/g/web/gwt/HandlerRegistrationCW.java > > -- > Michael Allan > > Toronto, +1 416-699-9528 > http://zelea.com/ > > > Ed wrote: > > I just upgraded from 2.1.1. to version 2.3.0 and not noticed the new > > bindery package. > > The Binery package contains a new HandlerRegistration class. > > When adding a handler you still receive the old HandlerRegistration > > (from the shared package). I also noticed that the Has**Handlers like > > the HasClickHandlers contains the old HandlerRegistration. > > The class LegacyHandlerWrapper is used to wrap the new > > HandlerRegistration. > > > > What is the plan/roadmap for these new classes like > > HandlerRegistration. Will the old ones b decprectaed in 3.0 ? and the > > Has*Handlers return the new HandlerRegistration ? > > -- > 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. > > -- 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.
