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