Interface | osid.subscription.rules.SubscriptionEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The subscription enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted subscription enablers. | ||
Method | newSubscriptionEnablers | ||
Description |
The callback for notifications of new subscription enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | subscriptionEnablerIds | the Ids of the new SubscriptionEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedSubscriptionEnablers | ||
Description |
The callback for notification of updated subscription enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | subscriptionEnablerIds | the Ids of the updated SubscriptionEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedSubscriptionEnablers | ||
Description |
The callback for notification of deleted subscription enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | subscriptionEnablerIds | the Ids of the deleted SubscriptionEnablers | |
Compliance | mandatory | This method must be implemented. |