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

The callback for notification of updated race constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceConstrainerIds the Ids of the updated RaceConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedRaceConstrainers
Description

The callback for notification of deleted race constrainers.

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