Interface OnLongPressListener
-
public interface OnLongPressListenerImplement 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 voidonLongPress(android.view.MotionEvent e)Called when the user has a long tap gesture, before processing scroll handle toggling
-