OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.voting.rules.BallotConstrainerEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewBallotConstrainerEnablers
Description

The callback for notifications of new ballot constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListballotConstrainerEnablerIdsthe Ids of the new BallotConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedBallotConstrainerEnablers
Description

The callback for notification of updated ballot constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListballotConstrainerEnablerIdsthe Ids of the updated BallotConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedBallotConstrainerEnablers
Description

The callback for notification of deleted ballot constrainer enablers.

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