OSID Logo
OSID Specifications
billing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.billing.CategoryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCategories
Description

The callback for notifications of new categories.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcategoryIdsthe Id of the new Categories
CompliancemandatoryThis method must be implemented.
MethodchangedCategories
Description

The callback for notification of updated categories.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcategoryIdsthe Id of the updated Categories
CompliancemandatoryThis method must be implemented.
MethoddeletedCategories
Description

The callback for notification of deleted categories.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcategoryIdsthe Id of the deleted Categories
CompliancemandatoryThis method must be implemented.