| Interface | osid.dictionary.EntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The dictionary entry receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newEntries | ||
| Description |
The callback for notifications of new dictionary entries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | entryIds | the Ids of the Entries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedEntries | ||
| Description |
The callback for notification of updated dictionary entries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | entryIds | the Ids of the Entries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedEntries | ||
| Description |
the callback for notification of deleted dictionary entries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | entryIds | the Ids of the Entries | |
| Compliance | mandatory | This method must be implemented. | |