| Interface | osid.lexicon.TextReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The text receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newText | ||
| Description |
The callback for notifications of new texts. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | textIds | the Ids of the new Texts | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedText | ||
| Description |
The callback for notification of updated texts. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | textIds | the Ids of the updated Texts | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedText | ||
| Description |
The callback for notification of deleted texts. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | textIds | the Ids of the deleted Texts | |
| Compliance | mandatory | This method must be implemented. | |