OSID Logo
OSID Specifications
dictionary package
Version 3.1.0
Interfaceosid.dictionary.EntryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewEntries
Description

The callback for notifications of new dictionary entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListentryIds the Ids of the Entries
Compliancemandatory This method must be implemented.
MethodchangedEntries
Description

The callback for notification of updated dictionary entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListentryIds the Ids of the Entries
Compliancemandatory This method must be implemented.
MethoddeletedEntries
Description

the callback for notification of deleted dictionary entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListentryIds the Ids of the Entries
Compliancemandatory This method must be implemented.