OnScaleListener
interface OnScaleListener
The listener for receiving notifications when gestures occur.
If you want to listen for all the different gestures then implement this interface.
An application will receive events in the following order:
One onScaleBegin
Zero or more onScale
One onScaleEnd