| Interface | osid.voting.rules.VoteEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The vote receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newVoteEnablers | ||
| Description |
The callback for notifications of new vote enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | voteEnablerIds | the Id of the new VoteEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedVoteEnablers | ||
| Description |
The callback for notification of updated vote enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | voteEnablerIds | the Id of the updated VoteEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedVoteEnablers | ||
| Description |
The callback for notification of deleted vote enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | voteEnablerIds | the Id of the deleted VoteEnablers | |
| Compliance | mandatory | This method must be implemented. | |