Package 

Interface OnLongPressListener


  • 
    public interface OnLongPressListener
    
                        

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

    • Method Summary

      Modifier and Type Method Description
      abstract void onLongPress(MotionEvent e) Called when the user has a long 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

      • onLongPress

         abstract void onLongPress(MotionEvent e)

        Called when the user has a long tap gesture, before processing scroll handle toggling

        Parameters:
        e - MotionEvent that registered as a confirmed long press