public interface SwipeEventsHandler
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.Element |
getElement()
The element.
|
void |
onSwipeHorizontal(SwipeEvent e)
When the user swipes horizontal
|
void |
onSwipeVertical(SwipeEvent e)
When the user swipes vertical.
|
void onSwipeVertical(SwipeEvent e)
e - the swipe eventvoid onSwipeHorizontal(SwipeEvent e)
e - the swipe event.com.google.gwt.dom.client.Element getElement()
Copyright © 2011–2015 SWM. All rights reserved.