OSID Logo
OSID Specifications
lexicon package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListidiomIdsthe Ids of the new Idioms
CompliancemandatoryThis method must be implemented.
MethodchangedIdiom
Description

The callback for notification of updated idioms.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListidiomIdsthe Ids of the updated Idioms
CompliancemandatoryThis method must be implemented.
MethoddeletedIdiom
Description

The callback for notification of deleted idioms.

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