Interface ScheduleReceiver
- All Superinterfaces:
OsidReceiver
The schedule receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Schedules.
Like all OsidReceivers, notifications are delivered to
ScheduleReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSchedules(Id notificationId, IdList scheduleIds) The callback for notification of updated schedules.voiddeletedSchedules(Id notificationId, IdList scheduleIds) The callback for notification of deleted schedules.voidnewSchedules(Id notificationId, IdList scheduleIds) The callback for notifications of new schedules.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSchedules
-
changedSchedules
-
deletedSchedules
-