These are the methods within the Checkpoints
interface.
This is the collection of getter methods within the Checkpoints
interface. There are 4 getter methods in total.
This is the collection of setter methods within the Checkpoints
interface. There are only two setter methods, addCheckpoint
and setCheckpoint
.
This is the collection of listener methods within the Checkpoints
interface. There are only three listener methods, addCheckpointIdsListener
, addCheckpointListener
, and delListener
.
This is the collection of configuration methods within the Checkpoints
interface. There is only one method, setSize
.
This is the collection of iterator methods within the Checkpoints
interface. There is only one method, forEachCheckpoint
.
This is the collection of lifecycle methods within the Checkpoints
interface. There are only two lifecycle methods, clear
and destroy
.
This is the collection of movement methods within the Checkpoints
interface. There are only three movement methods, goBackward
, goForward
, and goTo
.
This is the collection of development methods within the Checkpoints
interface. There is only one method, getListenerStats
.