OSID Logo
OSID Specifications
voting package
Version 3.0.0
Interfaceosid.voting.PollsReceiver
Implementsosid.OsidReceiver
Description

The polls receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Polls objects.

MethodnewPolls
Description

The callback for notifications of new polls.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpollsIdsthe Ids of the new Polls
CompliancemandatoryThis method must be implemented.
MethodchangedPolls
Description

The callback for notification of updated polls.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpollsIdsthe Ids of the updated Polls
CompliancemandatoryThis method must be implemented.
MethoddeletedPolls
Description

The callback for notification of deleted polls.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpollsIdsthe Ids of the deleted Polls
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfPolls
Description

The callback for notifications of changes to children of polls hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpollsIdsthe Ids of the Polls whose children have changed
CompliancemandatoryThis method must be implemented.