Interface | osid.voting.BallotReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The candidate receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newBallots | ||
Description |
The callback for notifications of new candidates. | ||
Parameters | osid.id.IdList | ballotIds | the Ids of the new Ballots |
Compliance | mandatory | This method must be implemented. | |
Method | changedBallots | ||
Description |
The callback for notification of updated ballots. | ||
Parameters | osid.id.IdList | ballotIds | the Ids of the updated Ballots |
Compliance | mandatory | This method must be implemented. | |
Method | deletedBallots | ||
Description |
the callback for notification of deleted ballots. | ||
Parameters | osid.id.IdList | ballotIds | the Ids of the deleted Ballots |
Compliance | mandatory | This method must be implemented. |