Interface | osid.voting.rules.RaceConstrainerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The race constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race constrainers. | ||
Method | newRaceConstrainers | ||
Description |
The callback for notifications of new race constrainers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceConstrainerIds | the Ids of the new RaceConstrainers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedRaceConstrainers | ||
Description |
The callback for notification of updated race constrainers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceConstrainerIds | the Ids of the updated RaceConstrainers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRaceConstrainers | ||
Description |
The callback for notification of deleted race constrainers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceConstrainerIds | the Ids of the deleted RaceConstrainers | |
Compliance | mandatory | This method must be implemented. |