Interface SwipeStartHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface SwipeStartHandler extends com.google.gwt.event.shared.EventHandler
ASwipeStartHandler
receivesSwipeStartEvent
s
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSwipeStart(SwipeStartEvent event)
called when aSwipeStartEvent
occurs
-
-
-
Method Detail
-
onSwipeStart
void onSwipeStart(SwipeStartEvent event)
called when aSwipeStartEvent
occurs- Parameters:
event
- the event
-
-