Package 

Interface OnLongPressListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onLongPress(MotionEvent e) Called when the user has a long tap gesture
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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