| Interface | osid.voting.rules.RaceProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The race processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race processor enablers. | ||
| Method | newRaceProcessorEnablers | ||
| Description |
The callback for notifications of new race processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceProcessorEnablerIds | the Id of the new RaceProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRaceProcessorEnablers | ||
| Description |
The callback for notification of updated race processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceProcessorEnablerIds | the Id of the updated RaceProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRaceProcessorEnablers | ||
| Description |
The callback for notification of deleted race processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceProcessorEnablerIds | the Id of the deleted RaceProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |