Interface | osid.voting.rules.BallotConstrainerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The ballot constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ballot constrainers. | ||
Method | newBallotConstrainers | ||
Description |
The callback for notifications of new ballot constrainers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ballotConstrainerIds | the Ids of the new BallotConstrainers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedBallotConstrainers | ||
Description |
The callback for notification of updated ballot constrainers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ballotConstrainerIds | the Ids of the updated BallotConstrainers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedBallotConstrainers | ||
Description |
The callback for notification of deleted ballot constrainers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ballotConstrainerIds | the Ids of the deleted BallotConstrainers | |
Compliance | mandatory | This method must be implemented. |