Interface OnTapListener


  • public interface OnTapListener
    Implement 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
      boolean onTap​(android.view.MotionEvent e)
      Called when the user has a tap gesture, before processing scroll handle toggling
    • Method Detail

      • 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