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
A
SwipeEndHandler receives SwipeEndEvents-
Method Summary
Modifier and TypeMethodDescriptionvoidonSwipeEnd(SwipeEndEvent event) Called when aSwipeEndEventoccurs
-
Method Details
-
onSwipeEnd
Called when aSwipeEndEventoccurs- Parameters:
event- the event
-