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