We have the interface:
AbsolutePanel ap = ...;
ap.addHandler(EventHandler h, Type<EventHandler> type);
How do we use the above? It seems like the interface for click events has changed a few times in GWT, and older questions on this topic are out of date,
Thanks
This should work: