public interface AssessmentReceiver extends OsidReceiver
The assessment receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Assessment objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedAssessments(Id notificationId,
IdList assessmentIds)
The callback for notification of updated assessments.
|
void |
deletedAssessments(Id notificationId,
IdList assessmentIds)
the callback for notification of deleted assessments.
|
void |
newAssessments(Id notificationId,
IdList assessmentIds)
The callback for notifications of new assessments.
|
down, upvoid newAssessments(Id notificationId, IdList assessmentIds)
notificationId - the notification Id assessmentIds - the Ids of the new
Assessments mandatory - This method must be implemented. void changedAssessments(Id notificationId, IdList assessmentIds)
notificationId - the notification Id assessmentIds - the Ids of the updated
Assessments mandatory - This method must be implemented.