OSID Logo
OSID Specifications
billing package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListcategoryIds the Id of the new Categories
Compliancemandatory This method must be implemented.
MethodchangedCategories
Description

The callback for notification of updated categories.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcategoryIds the Id of the updated Categories
Compliancemandatory This method must be implemented.
MethoddeletedCategories
Description

The callback for notification of deleted categories.

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