OSID Logo
OSID Specifications
lexicon package
Version 3.0.0
Interfaceosid.lexicon.TextReceiver
Implementsosid.OsidReceiver
Description

The text receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Text objects.

MethodnewText
Description

The callback for notifications of new texts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtextIdsthe Ids of the new Texts
CompliancemandatoryThis method must be implemented.
MethodchangedText
Description

The callback for notification of updated texts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtextIdsthe Ids of the updated Texts
CompliancemandatoryThis method must be implemented.
MethoddeletedText
Description

The callback for notification of deleted texts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtextIdsthe Ids of the deleted Texts
CompliancemandatoryThis method must be implemented.