-
public interface OnTapListener
-
-
Method Summary
Modifier and Type Method Description abstract BooleanonTap(MotionEvent e)Called when the user has a tap gesture, before processing scroll handle. -
-
Method Detail
-
onTap
abstract Boolean onTap(MotionEvent e)
Called when the user has a tap gesture, before processing scroll handle.
- Parameters:
e- MotionEvent that registered as a confirmed single tap
-
-
-
-