GestureEndHandler abstract class
Handler interface for {@link GestureEndEvent} events.
abstract class GestureEndHandler extends EventHandler { /** * Called when GestureEndEvent is fired. * * @param event the {@link GestureEndEvent} that was fired */ void onGestureEnd(GestureEndEvent event); }
Extends
EventHandler > GestureEndHandler
Subclasses
Methods
abstract void onGestureEnd(GestureEndEvent event) #
Called when GestureEndEvent is fired.
@param event the {@link GestureEndEvent} that was fired