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

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

MethodnewRaceProcessorEnablers
Description

The callback for notifications of new race processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceProcessorEnablerIdsthe Id of the new RaceProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedRaceProcessorEnablers
Description

The callback for notification of updated race processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceProcessorEnablerIdsthe Id of the updated RaceProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedRaceProcessorEnablers
Description

The callback for notification of deleted race processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceProcessorEnablerIdsthe Id of the deleted RaceProcessorEnablers
CompliancemandatoryThis method must be implemented.