OSID Logo
OSID Specifications
voting package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListcandidateIdsthe Ids of the new Candidates
CompliancemandatoryThis method must be implemented.
MethodchangedCandidates
Description

The callback for notification of updated candidates.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcandidateIdsthe Ids of the updated Candidates
CompliancemandatoryThis method must be implemented.
MethoddeletedCandidates
Description

the callback for notification of deleted candidates.

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