OSID Logo
OSID Specifications
subscription package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListsusbcriptionIdsthe Ids of the new Subscriptions
CompliancemandatoryThis method must be implemented.
MethodchangedSubscriptions
Description

The callback for notifications of updated subscriptions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsusbcriptionIdsthe Ids of the new Subscriptions
CompliancemandatoryThis method must be implemented.
MethoddeletedSubscriptions
Description

the callback for notification of deleted subscriptions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsusbcriptionIdsthe Ids of the new Subscriptions
CompliancemandatoryThis method must be implemented.