Package com.google.gwt.event.dom.client
Interface GestureEndHandler
-
- All Superinterfaces:
EventHandler
public interface GestureEndHandler extends EventHandler
Handler interface forGestureEndEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonGestureEnd(GestureEndEvent event)Called when GestureEndEvent is fired.
-
-
-
Method Detail
-
onGestureEnd
void onGestureEnd(GestureEndEvent event)
Called when GestureEndEvent is fired.- Parameters:
event- theGestureEndEventthat was fired
-
-