edu.eside.flingbox.input
Class SceneGestureDetector

java.lang.Object
  extended by GestureDetector
      extended by edu.eside.flingbox.input.SceneGestureDetector

public class SceneGestureDetector
extends GestureDetector

Custom gesture detection class Listener should implement SceneGestureDetector.OnInputListener.


Nested Class Summary
static interface SceneGestureDetector.OnInputListener
           
 
Constructor Summary
SceneGestureDetector(Context context, SceneGestureDetector.OnInputListener listener)
           
 
Method Summary
 boolean onTouchEvent(MotionEvent ev)
          Should be called on touch event
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SceneGestureDetector

public SceneGestureDetector(Context context,
                            SceneGestureDetector.OnInputListener listener)
Parameters:
context -
listener -
Method Detail

onTouchEvent

public boolean onTouchEvent(MotionEvent ev)
Should be called on touch event