com.maryanovsky.gwtutils.client.iphone.ui.touch
Interface HasTouchMoveHandlers

All Superinterfaces:
HasHandlers
All Known Subinterfaces:
HasAllTouchHandlers
All Known Implementing Classes:
TouchEventsSourcePanel

public interface HasTouchMoveHandlers
extends HasHandlers

The interface for allowing touch move event registration.

Author:
Maryanovsky Alexander

Method Summary
 HandlerRegistration addTouchMoveHandler(TouchMoveHandler handler)
          Adds a TouchMoveEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addTouchMoveHandler

HandlerRegistration addTouchMoveHandler(TouchMoveHandler handler)
Adds a TouchMoveEvent handler.