Build 1.0_r1

android.view
Interface View.OnTouchListener

Enclosing class:
View

public static interface View.OnTouchListener

Interface definition for a callback to be invoked when a touch event is dispatched to this view. The callback will be invoked before the touch event is given to the view.


Method Summary
 boolean onTouch(View view, MotionEvent motionevent)
           
 

Method Detail

onTouch

boolean onTouch(View view,
                MotionEvent motionevent)

Build 1.0_r1

Please submit a feedback, bug or feature