Interface | osid.voting.RaceReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The race receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newRaces | ||
Description |
The callback for notifications of new races. | ||
Parameters | osid.id.IdList | raceIds | the Ids of the new Races |
Compliance | mandatory | This method must be implemented. | |
Method | changedRaces | ||
Description |
The callback for notification of updated races. | ||
Parameters | osid.id.IdList | raceIds | the Ids of the updated Races |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRaces | ||
Description |
the callback for notification of deleted races. | ||
Parameters | osid.id.IdList | raceIds | the Ids of the deleted Races |
Compliance | mandatory | This method must be implemented. |