| Interface | osid.calendaring.ScheduleReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The schedule receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newSchedules | ||
| Description |
The callback for notifications of new schedules. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | scheduleIds | the Ids of the new Schedules | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedSchedules | ||
| Description |
The callback for notification of updated schedules. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | scheduleIds | the Ids of the updated Schedules | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedSchedules | ||
| Description |
The callback for notification of deleted schedules. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | scheduleIds | the Ids of the deleted Schedules | |
| Compliance | mandatory | This method must be implemented. | |