OSID Logo
OSID Specifications
voting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.voting.RaceReceiver
Implementsosid.OsidReceiver
Description

The race receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Race objects.

MethodnewRaces
Description

The callback for notifications of new races.

Parametersosid.id.IdListraceIdsthe Ids of the new Races
CompliancemandatoryThis method must be implemented.
MethodchangedRaces
Description

The callback for notification of updated races.

Parametersosid.id.IdListraceIdsthe Ids of the updated Races
CompliancemandatoryThis method must be implemented.
MethoddeletedRaces
Description

the callback for notification of deleted races.

Parametersosid.id.IdListraceIdsthe Ids of the deleted Races
CompliancemandatoryThis method must be implemented.