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

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

MethodnewRaceConstrainers
Description

The callback for notifications of new race constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceConstrainerIdsthe Ids of the new RaceConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedRaceConstrainers
Description

The callback for notification of updated race constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceConstrainerIdsthe Ids of the updated RaceConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedRaceConstrainers
Description

The callback for notification of deleted race constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceConstrainerIdsthe Ids of the deleted RaceConstrainers
CompliancemandatoryThis method must be implemented.