OSID Logo
OSID Specifications
lexicon package
Version 3.1.0
Interfaceosid.lexicon.IdiomReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewIdiom
Description

The callback for notifications of new idioms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListidiomIds the Ids of the new Idioms
Compliancemandatory This method must be implemented.
MethodchangedIdiom
Description

The callback for notification of updated idioms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListidiomIds the Ids of the updated Idioms
Compliancemandatory This method must be implemented.
MethoddeletedIdiom
Description

The callback for notification of deleted idioms.

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