-
public interface OnTapListenerImplement this interface to receive events from PDFView when view has been touched
-
-
Method Summary
Modifier and Type Method Description abstract booleanonTap(MotionEvent e)Called when the user has a tap gesture, before processing scroll handle toggling -
-
Method Detail
-
onTap
abstract boolean onTap(MotionEvent e)
Called when the user has a tap gesture, before processing scroll handle toggling
- Parameters:
e- MotionEvent that registered as a confirmed single tap
-
-
-
-