OSID Logo
OSID Specifications
voting package
Version 3.0.0
Interfaceosid.voting.VoteReceiver
Implementsosid.OsidReceiver
Description

The vote receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Votes .

MethodnewVotes
Description

The callback for notifications of new votes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvoteIdsthe Ids of the new Votes
CompliancemandatoryThis method must be implemented.
MethodchangedVotes
Description

The callback for notification of updated votes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvoteIdsthe Ids of the updated Votes
CompliancemandatoryThis method must be implemented.
MethoddeletedVotes
Description

The callback for notification of deleted votes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvoteIdsthe Ids of the deleted Votes
CompliancemandatoryThis method must be implemented.