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