Information on the GWT1.6 Compared with GWT1.5

2009-03-31 Thread Ved
Hi, I have a query regarding the listners which are exposed by GWT1.6 API for the widgets Comparing the same with GWT 1.5 I have seen a drastic change in the listner API exposed by the GWT 1.6 for Eg: addClickListner is not present in GWT1.6 it has addClickHandler Can i know why these listener

Re: Information on the GWT1.6 Compared with GWT1.5

2009-04-01 Thread Thomas Broyer
On 1 avr, 11:31, Jason Morris wrote: > On the surface, a Handler is just a Listener, but with only 1 event method. > Event Handlers also > don't have a removeOnClickHandler method, instead the add method returns a > registration object that > can be used to de-register that handler. > > Under

Re: Information on the GWT1.6 Compared with GWT1.5

2009-04-01 Thread Jason Morris
On the surface, a Handler is just a Listener, but with only 1 event method. Event Handlers also don't have a removeOnClickHandler method, instead the add method returns a registration object that can be used to de-register that handler. Underneath, Handlers are a very different beast. All of