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:
One onMoveBegin
Zero or more onMove
One onMoveEnd