Interface AvailabilityReceiver
- All Superinterfaces:
OsidReceiver
The availability receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted availabilities.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAvailabilities(Id notificationId, IdList availabilityIds) The callback for notification of updated availabilities.voiddeletedAvailabilities(Id notificationId, IdList availabilityIds) The callback for notification of deleted availabilities.voidnewAvailabilities(Id notificationId, IdList availabilityIds) The callback for notifications of new availabilities.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAvailabilities
-
changedAvailabilities
-
deletedAvailabilities
-