com.maryanovsky.gwtutils.client.iphone.ui.gesture
Interface HasGestureStartHandlers

All Superinterfaces:
HasHandlers
All Known Subinterfaces:
HasAllGestureHandlers
All Known Implementing Classes:
GestureEventsSourcePanel

public interface HasGestureStartHandlers
extends HasHandlers

The interface for allowing gesture start event registration.

Author:
Maryanovsky Alexander

Method Summary
 HandlerRegistration addGestureStartHandler(GestureStartHandler handler)
          Adds a GestureStartEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addGestureStartHandler

HandlerRegistration addGestureStartHandler(GestureStartHandler handler)
Adds a GestureStartEvent handler.