Interface CourseEntryReceiver
- All Superinterfaces:
OsidReceiver
The course entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted course entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCourseEntries(Id notificationId, IdList courseEntryIds) The callback for notification of updated course entries.voiddeletedCourseEntries(Id notificationId, IdList courseEntryIds) the callback for notification of deleted course entries.voidnewCourseEntries(Id notificationId, IdList courseEntryIds) The callback for notifications of new course entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCourseEntries
-
changedCourseEntries
-
deletedCourseEntries
-