OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListscheduleSlotIds the Ids of the new ScheduleSlots
Compliancemandatory This method must be implemented.
MethodchangedScheduleSlots
Description

The callback for notification of updated schedule slots.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListscheduleSlotIds the Ids of the updated ScheduleSlots
Compliancemandatory This method must be implemented.
MethoddeletedScheduleSlots
Description

The callback for notification of deleted schedule slots.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListscheduleSlotIds the Ids of the deleted ScheduleSlots
Compliancemandatory This method must be implemented.