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

The vote receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted VoteEnablers.

MethodnewVoteEnablers
Description

The callback for notifications of new vote enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvoteEnablerIds the Id of the new VoteEnablers
Compliancemandatory This method must be implemented.
MethodchangedVoteEnablers
Description

The callback for notification of updated vote enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvoteEnablerIds the Id of the updated VoteEnablers
Compliancemandatory This method must be implemented.
MethoddeletedVoteEnablers
Description

The callback for notification of deleted vote enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvoteEnablerIds the Id of the deleted VoteEnablers
Compliancemandatory This method must be implemented.