| Interface | osid.voting.rules.BallotConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The ballot constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ballot constrainer enablers. | ||
| Method | newBallotConstrainerEnablers | ||
| Description |
The callback for notifications of new ballot constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ballotConstrainerEnablerIds | the Ids of the new BallotConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBallotConstrainerEnablers | ||
| Description |
The callback for notification of updated ballot constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ballotConstrainerEnablerIds | the Ids of the updated BallotConstrainerEnablers
| |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBallotConstrainerEnablers | ||
| Description |
The callback for notification of deleted ballot constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ballotConstrainerEnablerIds | the Ids of the deleted BallotConstrainerEnablers
| |
| Compliance | mandatory | This method must be implemented. | |