Interface AssessmentPartReceiver
- All Superinterfaces:
OsidReceiver
The assessment part receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted assessment parts.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAssessmentParts(Id notificationId, IdList assessmentPartIds) The callback for notification of updated assessment parts.voiddeletedAssessmentParts(Id notificationId, IdList assessmentPartIds) The callback for notification of deleted assessment parts.voidnewAssessmentParts(Id notificationId, IdList assessmentPartIds) The callback for notifications of new assessment parts.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAssessmentParts
-
changedAssessmentParts
-
deletedAssessmentParts
-