Package com.google.gwt.event.dom.client
Interface GestureEndHandler
-
- All Superinterfaces:
EventHandler
public interface GestureEndHandler extends EventHandler
Handler interface forGestureEndEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onGestureEnd(GestureEndEvent event)
Called when GestureEndEvent is fired.
-
-
-
Method Detail
-
onGestureEnd
void onGestureEnd(GestureEndEvent event)
Called when GestureEndEvent is fired.- Parameters:
event
- theGestureEndEvent
that was fired
-
-