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

The subscription receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted subscriptions.

MethodnewSubscriptions
Description

The callback for notifications of new subscriptions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsusbcriptionIds the Ids of the new Subscriptions
Compliancemandatory This method must be implemented.
MethodchangedSubscriptions
Description

The callback for notifications of updated subscriptions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsusbcriptionIds the Ids of the new Subscriptions
Compliancemandatory This method must be implemented.
MethoddeletedSubscriptions
Description

the callback for notification of deleted subscriptions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsusbcriptionIds the Ids of the new Subscriptions
Compliancemandatory This method must be implemented.