Re: addClickHandler vs addClickListener

2012-12-19 Thread Patrick Tucker
That would be nice... On Tuesday, December 18, 2012 4:02:55 PM UTC-5, Jens wrote: addClickListener is deprecated and will probably be removed soon. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: addClickHandler vs addClickListener

2012-12-19 Thread Ed
It would removed in version 2.0 ;) Op woensdag 19 december 2012 15:27:55 UTC+1 schreef Patrick Tucker het volgende: That would be nice... On Tuesday, December 18, 2012 4:02:55 PM UTC-5, Jens wrote: addClickListener is deprecated and will probably be removed soon. -- You received this

Re: addClickHandler vs addClickListener

2012-12-19 Thread Aldin Habibović
but i use GWT 2.5 :D On Wed, Dec 19, 2012 at 4:51 PM, Ed post2edb...@gmail.com wrote: It would removed in version 2.0 ;) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: addClickHandler vs addClickListener

2012-12-19 Thread Thomas Broyer
On Wednesday, December 19, 2012 3:27:55 PM UTC+1, Patrick Tucker wrote: That would be nice... http://gwt-code-reviews.appspot.com/1822803/ But IIRC Ray told me they have some apps at Google that still use them, so it'll have to wait a bit that those apps are migrated to handlers. When the

addClickHandler vs addClickListener

2012-12-18 Thread Aldin Habibović
Hi, What is the difference between *addClickHandler *and* addClickListener*methods. I think there is no difference between it, except *addclickHandler *returns HandlerRegistration (used to remove this handler) and by *addClickListener *return* *type *is void. * What 's better to use?* *

Re: addClickHandler vs addClickListener

2012-12-18 Thread Jens
Use addClickHandler. addClickListener is deprecated and will probably be removed soon. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit