public interface MotionPathListener
| Modifier and Type | Method and Description | 
|---|---|
| void | onWayPointReach(MotionEvent motionControl,
               int wayPointIndex)Triggers every time the target reach a waypoint on the path | 
void onWayPointReach(MotionEvent motionControl, int wayPointIndex)
motionControl - the MotionEvent objects that reached the waypointwayPointIndex - the index of the way point reached