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
    void
    onLongPress(android.view.MotionEvent e)
    Called when the user has a long tap gesture, before processing scroll handle toggling
  • Method Details

    • 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