OSID Logo
OSID Specifications
voting package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListpollsIds the Ids of the new Polls
Compliancemandatory This method must be implemented.
MethodchangedPolls
Description

The callback for notification of updated polls.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpollsIds the Ids of the updated Polls
Compliancemandatory This method must be implemented.
MethoddeletedPolls
Description

The callback for notification of deleted polls.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpollsIds the Ids of the deleted Polls
Compliancemandatory This method must be implemented.
MethodchangedChildOfPolls
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpollsIds the Ids of the Polls whose children have changed
Compliancemandatory This method must be implemented.