| Interface | osid.learning.ProficiencyReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The proficiency receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted proficiencies. | ||
| Method | newProficiencies | ||
| Description |
The callback for notifications of new proficiencies. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | proficiencyIds | the Ids of the new Proficiencies | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProficiencies | ||
| Description |
The callback for notification of updated proficiencies. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | proficiencyIds | the Ids of the updated Proficiencies | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProficiencies | ||
| Description |
The callback for notification of deleted proficiencies. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | proficiencyIds | the Ids of the deleted Proficiencies | |
| Compliance | mandatory | This method must be implemented. | |