Interface AvailabilityEnablerReceiver
- All Superinterfaces:
OsidReceiver
The availability enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted availability enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAvailabilityEnablers(Id notificationId, IdList availabilityEnablerIds) The callback for notification of updated availability enablers.voiddeletedAvailabilityEnablers(Id notificationId, IdList availabilityEnablerIds) The callback for notification of deleted availability enablers.voidnewAvailabilityEnablers(Id notificationId, IdList availabilityEnablerIds) The callback for notifications of new availability enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAvailabilityEnablers
The callback for notifications of new availability enablers.- Parameters:
notificationId- the notificationIdavailabilityEnablerIds- theIdsof the newAvailabilityEnablers- Compliance:
mandatory- This method must be implemented.
-
changedAvailabilityEnablers
The callback for notification of updated availability enablers.- Parameters:
notificationId- the notificationIdavailabilityEnablerIds- theIdsof the updatedAvailabilityEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedAvailabilityEnablers
The callback for notification of deleted availability enablers.- Parameters:
notificationId- the notificationIdavailabilityEnablerIds- theIdsof the deletedAvailabilityEnablers- Compliance:
mandatory- This method must be implemented.
-