Interface OnTapListener
-
public interface OnTapListenerImplement this interface to receive events from PDFView when view has been touched
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonTap(android.view.MotionEvent e)Called when the user has a tap gesture, before processing scroll handle toggling
-