Interface LessonReceiver
- All Superinterfaces:
OsidReceiver
The lesson receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Lesson
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedLessons(Id notificationId, IdList lessonIds) The callback for notification of updated lessons.voiddeletedLessons(Id notificationId, IdList lessonIds) the callback for notification of deleted lessons.voidnewLessons(Id notificationId, IdList lessonIds) The callback for notifications of new lessons.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newLessons
-
changedLessons
-
deletedLessons
-