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

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

MethodnewRaceProcessors
Description

The callback for notifications of new race processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceProcessorIdsthe Ids of the new RaceProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedRaceProcessors
Description

The callback for notification of updated race processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListraceProcessorIdsthe Ids of the updated RaceProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedRaceProcessors
Description

The callback for notification of deleted race processors.

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