Interface | osid.course.CourseReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The course receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newCourses | ||
Description |
The callback for notifications of new courses. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseIds | the Ids of the new Courses | |
Compliance | mandatory | This method must be implemented. | |
Method | changedCourses | ||
Description |
The callback for notification of updated courses. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseIds | the Ids of the updated Courses | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedCourses | ||
Description |
the callback for notification of deleted courses. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseIds | the Ids of the deleted Courses | |
Compliance | mandatory | This method must be implemented. |