public interface AssessmentOfferedReceiver extends OsidReceiver
The assessment receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
AssessmentOffered objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedAssessmentsOffered(Id notificationId,
IdList assessmentOfferedIds)
The callback for notification of updated offered assessments.
|
void |
deletedAssessmentsOffered(Id notificationId,
IdList assessmentOfferedIds)
the callback for notification of deleted offered assessments.
|
void |
newAssessmentsOffered(Id notificationId,
IdList assessmentOfferedIds)
The callback for notifications of new offered assessments.
|
down, upvoid newAssessmentsOffered(Id notificationId, IdList assessmentOfferedIds)
notificationId - the notification IdassessmentOfferedIds - the Id of the new
AssessmentsOffered mandatory - This method must be implemented. void changedAssessmentsOffered(Id notificationId, IdList assessmentOfferedIds)
notificationId - the notification Id assessmentOfferedIds - the Id of the updated
AssessmentsOffered mandatory - This method must be implemented. void deletedAssessmentsOffered(Id notificationId, IdList assessmentOfferedIds)
notificationId - the notification IdassessmentOfferedIds - the Id of the deleted
AssessmentsOffered mandatory - This method must be implemented.