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

The callback for notification of updated race processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceProcessorIds the Ids of the updated RaceProcessors
Compliancemandatory This method must be implemented.
MethoddeletedRaceProcessors
Description

The callback for notification of deleted race processors.

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