| Interface | osid.ontology.RelevancyReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | This receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted relevancies. | ||
| Method | newRelevancies | ||
| Description | The callback for notifications of new relevancies. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | relevancyIds | the  Ids of the new Relevancies  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRelevancies | ||
| Description | The callback for notification of updated relevancies. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | relevancyIds | the  Ids of the updated Relevancies  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRelevancies | ||
| Description | The callback for notification of deleted relevancies. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | relevancyIds | the  Ids of the deleted Relevancies  | |
| Compliance | mandatory | This method must be implemented. | |