Package 

Interface OnTapListener


  • 
    public interface OnTapListener
    
                        

    Implement this interface to receive events from PDFView when view has been touched

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onTap(MotionEvent e) Called when the user has a tap gesture, before processing scroll handle toggling
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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