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