| Interface | osid.dictionary.DictionaryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The dictionary receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newDictionaries | ||
| Description |
The callback for notifications of new dictionaries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dictionaryIds | the Ids of the new Dictionaries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDictionaries | ||
| Description |
The callback for notification of updated dictionaries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dictionaryIds | the Ids of the updated Dictionaries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDictionaries | ||
| Description |
The callback for notification of deleted dictionaries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dictionaryIds | the Ids of the deleted Dictionaries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfDictionaries | ||
| Description |
The callback for notifications of changes to children of dictionary hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dictionaryIds | the Ids of the Dictionariess whose children
have changed | |
| Compliance | mandatory | This method must be implemented. | |