OSID Logo
OSID Specifications
subscription rules package
Version 3.1.0
Interfaceosid.subscription.rules.SubscriptionEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewSubscriptionEnablers
Description

The callback for notifications of new subscription enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsubscriptionEnablerIds the Ids of the new SubscriptionEnablers
Compliancemandatory This method must be implemented.
MethodchangedSubscriptionEnablers
Description

The callback for notification of updated subscription enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsubscriptionEnablerIds the Ids of the updated SubscriptionEnablers
Compliancemandatory This method must be implemented.
MethoddeletedSubscriptionEnablers
Description

The callback for notification of deleted subscription enablers.

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