Interface | osid.resourcing.AvailabilityReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The availability receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted availabilities. | ||
Method | newAvailabilities | ||
Description |
The callback for notifications of new availabilities. | ||
Parameters | osid.id.IdList | availabilityIds | the Ids of the new Availabilities |
Compliance | mandatory | This method must be implemented. | |
Method | changedAvailabilities | ||
Description |
The callback for notification of updated availabilities. | ||
Parameters | osid.id.IdList | availabilityIds | the Ids of the updated Availabilities |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAvailabilities | ||
Description |
The callback for notification of deleted availabilities. | ||
Parameters | osid.id.IdList | availabilityIds | the Ids of the deleted Availabilities |
Compliance | mandatory | This method must be implemented. |