OSID Logo
OSID Specifications
voting package
Version 3.1.0
Interfaceosid.voting.BallotReceiver
Implementsosid.OsidReceiver
Description

The candidate receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Ballot objects.

MethodnewBallots
Description

The callback for notifications of new candidates.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListballotIds the Ids of the new Ballots
Compliancemandatory This method must be implemented.
MethodchangedBallots
Description

The callback for notification of updated ballots.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListballotIds the Ids of the updated Ballots
Compliancemandatory This method must be implemented.
MethoddeletedBallots
Description

the callback for notification of deleted ballots.

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