OSID Logo
OSID Specifications
voting package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListvoteIds the Ids of the new Votes
Compliancemandatory This method must be implemented.
MethodchangedVotes
Description

The callback for notification of updated votes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvoteIds the Ids of the updated Votes
Compliancemandatory This method must be implemented.
MethoddeletedVotes
Description

The callback for notification of deleted votes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvoteIds the Ids of the deleted Votes
Compliancemandatory This method must be implemented.