OSID Logo
OSID Specifications
voting package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListraceIds the Ids of the new Races
Compliancemandatory This method must be implemented.
MethodchangedRaces
Description

The callback for notification of updated races.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceIds the Ids of the updated Races
Compliancemandatory This method must be implemented.
MethoddeletedRaces
Description

the callback for notification of deleted races.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceIds the Ids of the deleted Races
Compliancemandatory This method must be implemented.