Interface CourseReceiver
- All Superinterfaces:
OsidReceiver
The course receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Course
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCourses(Id notificationId, IdList courseIds) The callback for notification of updated courses.voiddeletedCourses(Id notificationId, IdList courseIds) the callback for notification of deleted courses.voidnewCourses(Id notificationId, IdList courseIds) The callback for notifications of new courses.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCourses
-
changedCourses
-
deletedCourses
-