Interface SyllabusReceiver
- All Superinterfaces:
OsidReceiver
The syllabus receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted syllabi.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSyllabi(Id notificationId, IdList syllabusIds) The callback for notifications of updated syllabi.voiddeletedSyllabi(Id notificationId, IdList syllabusIds) the callback for notification of deleted syllabi.voidnewSyllabi(Id notificationId, IdList syllabusIds) The callback for notifications of new syllabi.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSyllabi
-
changedSyllabi
-
deletedSyllabi
-