Interface | osid.voting.VoteReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The vote receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newVotes | ||
Description |
The callback for notifications of new votes. | ||
Parameters | osid.id.IdList | voteIds | the Ids of the new Votes |
Compliance | mandatory | This method must be implemented. | |
Method | changedVotes | ||
Description |
The callback for notification of updated votes. | ||
Parameters | osid.id.IdList | voteIds | the Ids of the updated Votes |
Compliance | mandatory | This method must be implemented. | |
Method | deletedVotes | ||
Description |
The callback for notification of deleted votes. | ||
Parameters | osid.id.IdList | voteIds | the Ids of the deleted Votes |
Compliance | mandatory | This method must be implemented. |