Interface SwipeEndHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
ClassifiedPage
,HomePageContent
,PhotoPage
,PublicationPage
,SoundPage
,VideoPage
,VideoStreamingPage
public interface SwipeEndHandler extends com.google.gwt.event.shared.EventHandler
ASwipeEndHandler
receivesSwipeEndEvent
s
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSwipeEnd(SwipeEndEvent event)
Called when aSwipeEndEvent
occurs
-
-
-
Method Detail
-
onSwipeEnd
void onSwipeEnd(SwipeEndEvent event)
Called when aSwipeEndEvent
occurs- Parameters:
event
- the event
-
-