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

The ballot constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ballot constrainers.

MethodnewBallotConstrainers
Description

The callback for notifications of new ballot constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListballotConstrainerIds the Ids of the new BallotConstrainers
Compliancemandatory This method must be implemented.
MethodchangedBallotConstrainers
Description

The callback for notification of updated ballot constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListballotConstrainerIds the Ids of the updated BallotConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedBallotConstrainers
Description

The callback for notification of deleted ballot constrainers.

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