OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListballotConstrainerEnablerIds the Ids of the new BallotConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedBallotConstrainerEnablers
Description

The callback for notification of updated ballot constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListballotConstrainerEnablerIds the Ids of the updated BallotConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedBallotConstrainerEnablers
Description

The callback for notification of deleted ballot constrainer enablers.

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