SimpleOnMoveListener
A convenience class to extend when you only want to listen for a subset of move-related events
This implements all methods in OnMoveListener but does nothing. OnMoveListener.onMove returns false
so that a subclass can retrieve the accumulated moving factor in an overridden OnMoveListener.onMoveEnd. OnMoveListener.onMoveBegin returns true
.