Interface SubjectReceiver
- All Superinterfaces:
OsidReceiver
The subject receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Subjects .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfSubjects(Id notificationId, IdList subjectIds) The callback for notifications of changes to children of subjects hierarchy nodes.voidchangedSubjects(Id notificationId, IdList subjectIds) The callback for notification of updated subjects.voiddeletedSubjects(Id notificationId, IdList subjectIds) The callback for notification of deleted subjects.voidnewSubjects(Id notificationId, IdList subjectIds) The callback for notifications of new subjects.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSubjects
-
changedSubjects
-
deletedSubjects
-
changedChildOfSubjects
The callback for notifications of changes to children of subjects hierarchy nodes.- Parameters:
notificationId- the notificationIdsubjectIds- theIdsof theSubjectswhose children have changed- Compliance:
mandatory- This method must be implemented.
-