Interface AssessmentReceiver
- All Superinterfaces:
OsidReceiver
The assessment receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Assessment objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAssessments(Id notificationId, IdList assessmentIds) The callback for notification of updated assessments.voiddeletedAssessments(Id notificationId, IdList assessmentIds) the callback for notification of deleted assessments.voidnewAssessments(Id notificationId, IdList assessmentIds) The callback for notifications of new assessments.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAssessments
-
changedAssessments
-
deletedAssessments
-