OnMoveListener

interface OnMoveListener

The listener for receiving notifications when gestures occur

If you want to listen for the different gestures then implement this interface.

An application will receive events in the following order:

Inheritors

Functions

Link copied to clipboard
abstract fun onMove(detector: MoveGestureDetector, e: MotionEvent): Boolean

Responds to moving events for a gesture in progress

Link copied to clipboard
abstract fun onMoveBegin(detector: MoveGestureDetector, e: MotionEvent): Boolean

Responds to the beginning of a moving gesture

Link copied to clipboard
abstract fun onMoveEnd(detector: MoveGestureDetector, e: MotionEvent)

Responds to the end of a move gesture