OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.ScheduleSlotReceiver
Implementsosid.OsidReceiver
Description

The schedule slot receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ScheduleSlots.

MethodnewScheduleSlots
Description

The callback for notifications of new schedule slots.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListscheduleSlotIdsthe Ids of the new ScheduleSlots
CompliancemandatoryThis method must be implemented.
MethodchangedScheduleSlots
Description

The callback for notification of updated schedule slots.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListscheduleSlotIdsthe Ids of the updated ScheduleSlots
CompliancemandatoryThis method must be implemented.
MethoddeletedScheduleSlots
Description

The callback for notification of deleted schedule slots.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListscheduleSlotIdsthe Ids of the deleted ScheduleSlots
CompliancemandatoryThis method must be implemented.