com.gtosoft.libvoyager.view
Class GTOGesture
java.lang.Object
SimpleOnGestureListener
com.gtosoft.libvoyager.view.GTOGesture
public class GTOGesture
- extends SimpleOnGestureListener
This class will embody the logic necessary to handle gestures such as a fling.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GTOGesture
public GTOGesture()
onFling
public boolean onFling(MotionEvent e1,
MotionEvent e2,
float velocityX,
float velocityY)
onSwipeLeft
public void onSwipeLeft()
onSwipeRight
public void onSwipeRight()