Interface OnLongPressListener


  • public interface OnLongPressListener
    Implement this interface to receive events from PDFView when view has been long pressed
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onLongPress​(android.view.MotionEvent e)
      Called when the user has a long tap gesture, before processing scroll handle toggling
    • Method Detail

      • onLongPress

        void onLongPress​(android.view.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