Interface CourseOfferingReceiver
- All Superinterfaces:
OsidReceiver
The course offering receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted course offering objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCourseOfferings(Id notificationId, IdList courseOfferingIds) The callback for notification of updated course offerings.voiddeletedCourseOfferings(Id notificationId, IdList courseOfferingIds) The callback for notification of deleted course offerings.voidnewCourseOfferings(Id notificationId, IdList courseOfferingIds) The callback for notifications of new course offerings.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCourseOfferings
-
changedCourseOfferings
-
deletedCourseOfferings
-