Hi Sumit, Will you be removing the old event model or are you just deprecating it? i.e. if I upgrade to 1.6 when it comes out, will it break code that uses the old event model?
-- Arthur Kalmenson On Thu, Dec 11, 2008 at 9:59 PM, Sumit Chandel <[email protected]> wrote: > Hi Mike, > > As Adam mentioned, the new event system you discovered in trunk is indeed > for GWT 1.6, following the design details explained in the link he posted > above. > > The new event system should solve some of the problems in the current Event > system (as detailed in the doc), including the use case you mentioned in > your first post. While the upcoming GWT 1.6 event system will be quite > different from the current model in a breaking way, the change should lead > to drastically improved performance and ease of development. > > Hope that helps, > -Sumit Chandel > > On Mon, Dec 8, 2008 at 11:17 AM, Adam T <[email protected]> wrote: >> >> It's for the version 1.6 event system: >> >> http://code.google.com/p/google-web-toolkit-incubator/wiki/ProposedEventSystem >> >> //Adam >> >> On 8 Dec, 17:06, Mike <[email protected]> wrote: >> > Hi all, >> > >> > Today i was browsing the latest source code for GWT and i saw that >> > many event-related classes have been deprecated. (E.g. CLickListener >> > and SourcesClickEvents.) Is a major refactoring of the event mechanism >> > forthcoming? >> > >> > (I was trying to figure out how the GWT event model works, i.e. i was >> > wondering what the rock-bottom source for GWT events is and how they >> > are `injected' into java. I discovered that GWT events are fired after >> > handling browser events. In my opinion, this is not clearly explained >> > in the GWT documentation. I worked an example, you can find it on my >> > blog whatmovesmike.blogspot.com .) >> > >> > Bye, Mike >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
