OSID Logo
OSID Specifications
voting rules package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListvoteEnablerIdsthe Id of the new VoteEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedVoteEnablers
Description

The callback for notification of updated vote enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvoteEnablerIdsthe Id of the updated VoteEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedVoteEnablers
Description

The callback for notification of deleted vote enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvoteEnablerIdsthe Id of the deleted VoteEnablers
CompliancemandatoryThis method must be implemented.