| Interface | osid.lexicon.IdiomReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The idiom receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newIdiom | ||
| Description |
The callback for notifications of new idioms. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | idiomIds | the Ids of the new Idioms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedIdiom | ||
| Description |
The callback for notification of updated idioms. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | idiomIds | the Ids of the updated Idioms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedIdiom | ||
| Description |
The callback for notification of deleted idioms. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | idiomIds | the Ids of the deleted Idioms | |
| Compliance | mandatory | This method must be implemented. | |