Interface OnTapListener
public interface OnTapListener
Implement this interface to receive events from PDFView
when view has been touched
-
Method Summary
Modifier and TypeMethodDescriptionbooleanonTap(android.view.MotionEvent e) Called when the user has a tap gesture, before processing scroll handle toggling
-
Method Details
-
onTap
boolean onTap(android.view.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- Returns:
- true if the single tap was handled, false to toggle scroll handle
-