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

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

MethodnewRaceConstrainerEnablers
Description

The callback for notifications of new race constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceConstrainerEnablerIdsthe Ids of the new RaceConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedRaceConstrainerEnablers
Description

The callback for notification of updated race constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceConstrainerEnablerIdsthe Ids of the updated RaceConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedRaceConstrainerEnablers
Description

The callback for notification of deleted race constrainer enablers.

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