com.gtosoft.libvoyager.view
Class GTOGesture

java.lang.Object
  extended by SimpleOnGestureListener
      extended by com.gtosoft.libvoyager.view.GTOGesture

public class GTOGesture
extends SimpleOnGestureListener

This class will embody the logic necessary to handle gestures such as a fling.


Constructor Summary
GTOGesture()
           
 
Method Summary
 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
           
 void onSwipeLeft()
           
 void onSwipeRight()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTOGesture

public GTOGesture()
Method Detail

onFling

public boolean onFling(MotionEvent e1,
                       MotionEvent e2,
                       float velocityX,
                       float velocityY)

onSwipeLeft

public void onSwipeLeft()

onSwipeRight

public void onSwipeRight()