Package com.google.gwt.event.dom.client
Interface TouchEndHandler
-
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
HandlesAllTouchEvents
public interface TouchEndHandler extends EventHandler
Handler interface forTouchEndEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTouchEnd(TouchEndEvent event)Called when TouchEndEvent is fired.
-
-
-
Method Detail
-
onTouchEnd
void onTouchEnd(TouchEndEvent event)
Called when TouchEndEvent is fired.- Parameters:
event- theTouchEndEventthat was fired
-
-