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