| Interface | osid.learning.ActivityReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The activity receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newActivities | ||
| Description |
The callback for notifications of new activities. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityIds | the Id of the new Activities | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedActivities | ||
| Description |
The callback for notification of updated activities. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityIds | the Id of the updated Activities | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedActivities | ||
| Description |
The callback for notification of deleted activities. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityIds | the Id of the deleted Activities | |
| Compliance | mandatory | This method must be implemented. | |