public interface

HasGestureStartHandlers

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

Class Overview

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

Summary

Public Methods
abstract HandlerRegistration addGestureStartHandler(GestureStartHandler handler)
Adds a GestureStartEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addGestureStartHandler (GestureStartHandler handler)

Adds a GestureStartEvent handler.

Parameters
handler the mouse down handler
Returns