OSID Logo
OSID Specifications
dictionary package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Ids of the Entries
CompliancemandatoryThis method must be implemented.
MethodchangedEntries
Description

The callback for notification of updated dictionary entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Ids of the Entries
CompliancemandatoryThis method must be implemented.
MethoddeletedEntries
Description

the callback for notification of deleted dictionary entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Ids of the Entries
CompliancemandatoryThis method must be implemented.