Package 

Interface OnTapListener

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean onTap(MotionEvent e) Called when the user has a tap gesture, before processing scroll handle.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onTap

         abstract Boolean onTap(MotionEvent e)

        Called when the user has a tap gesture, before processing scroll handle.

        Parameters:
        e - MotionEvent that registered as a confirmed single tap