Interface ProvisionableEnablerReceiver
- All Superinterfaces:
OsidReceiver
The provisionable receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
ProvisionableEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedProvisionableEnablers(Id notificationId, IdList provisionableEnablerIds) The callback for notification of updated provisionable enablers.voiddeletedProvisionableEnablers(Id notificationId, IdList provisionableEnablerIds) The callback for notification of deleted provisionable enablers.voidnewProvisionableEnablers(Id notificationId, IdList provisionableEnablerIds) The callback for notifications of new provisionable enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProvisionableEnablers
The callback for notifications of new provisionable enablers.- Parameters:
notificationId- the notificationIdprovisionableEnablerIds- theIdof the newProvisionableEnablers- Compliance:
mandatory- This method must be implemented.
-
changedProvisionableEnablers
The callback for notification of updated provisionable enablers.- Parameters:
notificationId- the notificationIdprovisionableEnablerIds- theIdof the updatedProvisionableEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedProvisionableEnablers
The callback for notification of deleted provisionable enablers.- Parameters:
notificationId- the notificationIdprovisionableEnablerIds- theIdof the deletedProvisionableEnablers- Compliance:
mandatory- This method must be implemented.
-