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