SimpleOnRotateListener
A convenience class to extend when you only want to listen for a subset of rotation-related events.
This implements all methods in OnRotateListener but does nothing. OnRotateListener.onRotate returns false
so that a subclass can retrieve the accumulated rotation factor in an overridden OnRotateListener.onRotateEnd. OnRotateListener.onRotateBegin returns true
.