OSID Logo
OSID Specifications
dictionary package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListdictionaryIds the Ids of the new Dictionaries
Compliancemandatory This method must be implemented.
MethodchangedDictionaries
Description

The callback for notification of updated dictionaries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdictionaryIds the Ids of the updated Dictionaries
Compliancemandatory This method must be implemented.
MethoddeletedDictionaries
Description

The callback for notification of deleted dictionaries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdictionaryIds the Ids of the deleted Dictionaries
Compliancemandatory This method must be implemented.
MethodchangedChildOfDictionaries
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdictionaryIds the Ids of the Dictionariess whose children have changed
Compliancemandatory This method must be implemented.