public interface

HasTouchMoveHandlers

implements HasHandlers
com.google.gwt.event.dom.client.HasTouchMoveHandlers
Known Indirect Subclasses

Class Overview

A widget that implements this interface provides registration for TouchMoveHandler instances.

Summary

Public Methods
abstract HandlerRegistration addTouchMoveHandler(TouchMoveHandler handler)
Adds a TouchMoveEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addTouchMoveHandler (TouchMoveHandler handler)

Adds a TouchMoveEvent handler.

Parameters
handler the mouse down handler
Returns