OnRotateListener
interface OnRotateListener
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 onRotateBegin
Zero or more onRotate
One onRotateEnd