Package com.google.gwt.event.dom.client
Interface TouchStartHandler
-
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
HandlesAllTouchEvents
public interface TouchStartHandler extends EventHandler
Handler interface forTouchStartEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTouchStart(TouchStartEvent event)
Called when TouchStartEvent is fired.
-
-
-
Method Detail
-
onTouchStart
void onTouchStart(TouchStartEvent event)
Called when TouchStartEvent is fired.- Parameters:
event
- theTouchStartEvent
that was fired
-
-