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