Interface | osid.voting.rules.RaceConstrainerEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The race constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race constrainer enablers. | ||
Method | newRaceConstrainerEnablers | ||
Description |
The callback for notifications of new race constrainer enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceConstrainerEnablerIds | the Ids of the new RaceConstrainerEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedRaceConstrainerEnablers | ||
Description |
The callback for notification of updated race constrainer enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceConstrainerEnablerIds | the Ids of the updated RaceConstrainerEnablers
| |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRaceConstrainerEnablers | ||
Description |
The callback for notification of deleted race constrainer enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | raceConstrainerEnablerIds | the Ids of the deleted RaceConstrainerEnablers
| |
Compliance | mandatory | This method must be implemented. |