-
public interface OnLongPressListenerImplement this interface to receive events from PDFView when view has been long pressed
-
-
Method Summary
Modifier and Type Method Description abstract voidonLongPress(MotionEvent e)Called when the user has a long tap gesture, before processing scroll handle toggling -
-
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
-
-
-
-