I am trying to create a ClickEvent from a DoubleClickEvent so I can pass it to my ClickHandler.
I tried passing the source from the DoubleClickEvent to the ClickEvent, but that gives me a ClassCastException.
Please see the attached test case.
I tried passing the source from the DoubleClickEvent to the ClickEvent, but that gives me a ClassCastException.
Please see the attached test case.
Comment