GWT introduced with version 1.6 handlers to be used instead of listeners. Now I was used to add and remove those listeners to achieve certain behavior.
But as I move towards using handlers I miss the remove methods. Like removeClickHandler for the click event.
Is there a way to do this, or am I missing something?