Package com.google.gwt.event.dom.client
Interface GestureEndHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidonGestureEnd(GestureEndEvent event) Called when GestureEndEvent is fired.
-
Method Details
-
onGestureEnd
Called when GestureEndEvent is fired.- Parameters:
event- theGestureEndEventthat was fired
-