| Interface | osid.voting.PollsReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The polls receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newPolls | ||
| Description |
The callback for notifications of new polls. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | pollsIds | the Ids of the new Polls | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPolls | ||
| Description |
The callback for notification of updated polls. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | pollsIds | the Ids of the updated Polls | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPolls | ||
| Description |
The callback for notification of deleted polls. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | pollsIds | the Ids of the deleted Polls | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfPolls | ||
| Description |
The callback for notifications of changes to children of polls hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | pollsIds | the Ids of the Polls whose children have changed | |
| Compliance | mandatory | This method must be implemented. | |