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

The time period receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted TimePeriods.

MethodnewTimePeriods
Description

The callback for notifications of new time periods.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtimePeriodIdsthe Id of the new TimePeriods
CompliancemandatoryThis method must be implemented.
MethodchangedTimePeriods
Description

The callback for notification of updated time periods.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtimePeriodIdsthe Id of the updated TimePeriods
CompliancemandatoryThis method must be implemented.
MethoddeletedTimePeriods
Description

The callback for notification of deleted time periods.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtimePeriodIdsthe Id of the deleted TimePeriods
CompliancemandatoryThis method must be implemented.