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