TinyBase logoTinyBase

CheckpointIdsListener

The CheckpointIdsListener type describes a function that is used to listen to changes to the checkpoint Ids in a Checkpoints object.

The CheckpointIdsListener type describes a function that is used to listen to changes to the checkpoint Ids in a Checkpoints object.

(checkpoints: Checkpoints): void
TypeDescription
checkpointsCheckpoints

A reference to the Checkpoints object that changed.

returnsvoid

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.

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.