OSID Logo
OSID Specifications
dictionary package
Version 3.0.0
Release Candidate Preview
Interfaceosid.dictionary.DictionaryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDictionaries
Description

The callback for notifications of new dictionaries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdictionaryIdsthe Ids of the new Dictionaries
CompliancemandatoryThis method must be implemented.
MethodchangedDictionaries
Description

The callback for notification of updated dictionaries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdictionaryIdsthe Ids of the updated Dictionaries
CompliancemandatoryThis method must be implemented.
MethoddeletedDictionaries
Description

The callback for notification of deleted dictionaries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdictionaryIdsthe Ids of the deleted Dictionaries
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfDictionaries
Description

The callback for notifications of changes to children of dictionary hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdictionaryIdsthe Ids of the Dictionariess whose children have changed
CompliancemandatoryThis method must be implemented.