API Reference 0.3.24dart_web_toolkit_eventTouchMoveHandler

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

TouchMoveHandlerAdapter

Methods

abstract void onTouchMove(TouchMoveEvent event) #

Called when TouchMoveEvent is fired.

@param event the {@link TouchMoveEvent} that was fired