Package com.google.gwt.event.dom.client
Interface GestureStartHandler
-
- All Superinterfaces:
EventHandler
public interface GestureStartHandler extends EventHandler
Handler interface forGestureStartEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onGestureStart(GestureStartEvent event)
Called when GestureStartEvent is fired.
-
-
-
Method Detail
-
onGestureStart
void onGestureStart(GestureStartEvent event)
Called when GestureStartEvent is fired.- Parameters:
event
- theGestureStartEvent
that was fired
-
-