Package com.google.gwt.event.dom.client
Interface GestureStartHandler
- All Superinterfaces:
EventHandler
Handler interface for
GestureStartEvent events.-
Method Summary
Modifier and TypeMethodDescriptionvoidonGestureStart(GestureStartEvent event) Called when GestureStartEvent is fired.
-
Method Details
-
onGestureStart
Called when GestureStartEvent is fired.- Parameters:
event- theGestureStartEventthat was fired
-