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

All Superinterfaces:
HasHandlers, HasTouchCancelHandlers, HasTouchEndHandlers, HasTouchMoveHandlers, HasTouchStartHandlers
All Known Implementing Classes:
TouchEventsSourcePanel

public interface HasAllTouchHandlers
extends HasTouchStartHandlers, HasTouchMoveHandlers, HasTouchEndHandlers, HasTouchCancelHandlers

A convenience interface that includes all touch handlers.

Author:
Maryanovsky Alexander

Method Summary
 
Methods inherited from interface com.maryanovsky.gwtutils.client.iphone.ui.touch.HasTouchStartHandlers
addTouchStartHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.maryanovsky.gwtutils.client.iphone.ui.touch.HasTouchMoveHandlers
addTouchMoveHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.maryanovsky.gwtutils.client.iphone.ui.touch.HasTouchEndHandlers
addTouchEndHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.maryanovsky.gwtutils.client.iphone.ui.touch.HasTouchCancelHandlers
addTouchCancelHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent