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

The callback for notification of updated time periods.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtimePeriodIds the Id of the updated TimePeriods
Compliancemandatory This method must be implemented.
MethoddeletedTimePeriods
Description

The callback for notification of deleted time periods.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtimePeriodIds the Id of the deleted TimePeriods
Compliancemandatory This method must be implemented.