OSID Logo
OSID Specifications
lexicon package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListtextIds the Ids of the new Texts
Compliancemandatory This method must be implemented.
MethodchangedText
Description

The callback for notification of updated texts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtextIds the Ids of the updated Texts
Compliancemandatory This method must be implemented.
MethoddeletedText
Description

The callback for notification of deleted texts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtextIds the Ids of the deleted Texts
Compliancemandatory This method must be implemented.