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