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

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

MethodnewCyclicTimePeriods
Description

The callback for notifications of new cyclic time periods.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcyclicTimePeriodIds the Id of the new CyclicTimePeriods
Compliancemandatory This method must be implemented.
MethodchangedCyclicTimePeriods
Description

The callback for notification of updated cyclic time periods.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcyclicTimePeriodIds the Id of the updated CyclicTimePeriods
Compliancemandatory This method must be implemented.
MethoddeletedCyclicTimePeriods
Description

The callback for notification of deleted cyclic time periods.

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