Interface | osid.calendaring.ScheduleSlotReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The schedule slot receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
Method | newScheduleSlots | ||
Description |
The callback for notifications of new schedule slots. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | scheduleSlotIds | the Ids of the new ScheduleSlots | |
Compliance | mandatory | This method must be implemented. | |
Method | changedScheduleSlots | ||
Description |
The callback for notification of updated schedule slots. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | scheduleSlotIds | the Ids of the updated ScheduleSlots | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedScheduleSlots | ||
Description |
The callback for notification of deleted schedule slots. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | scheduleSlotIds | the Ids of the deleted ScheduleSlots | |
Compliance | mandatory | This method must be implemented. |