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

The catalog enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted catalog enablers.

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

MethodnewCatalogEnabler
Description

The callback for notifications of new catalog enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdcatalogEnablerId the Id of the new CatalogEnabler
Compliancemandatory This method must be implemented.
MethodchangedCatalogEnabler
Description

The callback for notification of updated catalog enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdcatalogEnablerId the Id of the updated CatalogEnabler
Compliancemandatory This method must be implemented.
MethoddeletedCatalogEnabler
Description

The callback for notification of deleted catalog enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdcatalogEnablerId the Id of the deleted CatalogEnabler
Compliancemandatory This method must be implemented.