OSID Logo
OSID Specifications
cataloging package
Version 3.1.0
Interfaceosid.cataloging.CatalogEntryReceiver
Implementsosid.OsidReceiver
Description

The catalog receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Ids in Catalogs.

Like all OsidReceivers, notifications are delivered to CatalogEntryReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewCatalogEntries
Description

The callback for notifications of new catalogs entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListentryIds the Ids of the new entries
Compliancemandatory This method must be implemented.
MethoddeletedCatalogEntries
Description

the callback for notification of deleted catalog entries.

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