Interface SubscriptionReceiver
- All Superinterfaces:
OsidReceiver
The subscription receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted subscriptions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSubscriptions(Id notificationId, IdList susbcriptionIds) The callback for notifications of updated subscriptions.voiddeletedSubscriptions(Id notificationId, IdList susbcriptionIds) the callback for notification of deleted subscriptions.voidnewSubscriptions(Id notificationId, IdList susbcriptionIds) The callback for notifications of new subscriptions.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSubscriptions
-
changedSubscriptions
-
deletedSubscriptions
-