OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
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.

Like all OsidReceivers, notifications are delivered to RaceProcessorEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewRaceProcessorEnablers
Description

The callback for notifications of new race processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceProcessorEnablerIds the Id of the new RaceProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedRaceProcessorEnablers
Description

The callback for notification of updated race processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceProcessorEnablerIds the Id of the updated RaceProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedRaceProcessorEnablers
Description

The callback for notification of deleted race processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceProcessorEnablerIds the Id of the deleted RaceProcessorEnablers
Compliancemandatory This method must be implemented.