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

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

MethodnewCandidates
Description

The callback for notifications of new candidates.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcandidateIds the Ids of the new Candidates
Compliancemandatory This method must be implemented.
MethodchangedCandidates
Description

The callback for notification of updated candidates.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcandidateIds the Ids of the updated Candidates
Compliancemandatory This method must be implemented.
MethoddeletedCandidates
Description

the callback for notification of deleted candidates.

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