Interface | osid.voting.CandidateReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The candidate receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newCandidates | ||
Description |
The callback for notifications of new candidates. | ||
Parameters | osid.id.IdList | candidateIds | the Ids of the new Candidates |
Compliance | mandatory | This method must be implemented. | |
Method | changedCandidates | ||
Description |
The callback for notification of updated candidates. | ||
Parameters | osid.id.IdList | candidateIds | the Ids of the updated Candidates |
Compliance | mandatory | This method must be implemented. | |
Method | deletedCandidates | ||
Description |
the callback for notification of deleted candidates. | ||
Parameters | osid.id.IdList | candidateIds | the Ids of the deleted Candidates |
Compliance | mandatory | This method must be implemented. |