CheckpointIdsListener
The CheckpointIdsListener type describes a function that is used to listen to changes to the checkpoint Ids in a Checkpoints object.
(checkpoints: Checkpoints): void| Type | Description | |
|---|---|---|
checkpoints | Checkpoints | A reference to the |
| returns | void | This has no return value. |
A CheckpointIdsListener is provided when using the addCheckpointIdsListener method. See that method for specific examples.
When called, a CheckpointIdsListener is given a reference to the Checkpoints object.
Since
v1.0.0