OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.ScheduleReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewSchedules
Description

The callback for notifications of new schedules.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListscheduleIds the Ids of the new Schedules
Compliancemandatory This method must be implemented.
MethodchangedSchedules
Description

The callback for notification of updated schedules.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListscheduleIds the Ids of the updated Schedules
Compliancemandatory This method must be implemented.
MethoddeletedSchedules
Description

The callback for notification of deleted schedules.

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