-
public interface OnLongPressListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonLongPress(MotionEvent e)Called when the user has a long tap gesture -
-
Method Detail
-
onLongPress
abstract Unit onLongPress(MotionEvent e)
Called when the user has a long tap gesture
- Parameters:
e- MotionEvent that registered as a confirmed long tap
-
-
-
-