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