setCallbacks

public void setCallbacks(ArrayList<PathCallback> callbacks)

This sets the PathCallbacks of the PathChain with an ArrayList of PathCallbacks.

Parameters

callbacks

the ArrayList of PathCallbacks.


public void setCallbacks(Array<PathCallback> callbacks)

This sets the PathCallbacks of the PathChain with some specified PathCallbacks.

Parameters

callbacks

the specified PathCallbacks.