| Interface | osid.voting.rules.RaceProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The race processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race processors. | ||
| Method | newRaceProcessors | ||
| Description |
The callback for notifications of new race processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceProcessorIds | the Ids of the new RaceProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRaceProcessors | ||
| Description |
The callback for notification of updated race processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceProcessorIds | the Ids of the updated RaceProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRaceProcessors | ||
| Description |
The callback for notification of deleted race processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceProcessorIds | the Ids of the deleted RaceProcessors | |
| Compliance | mandatory | This method must be implemented. | |