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

The cyclic event receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted CyclicEvents.

MethodnewCyclicEvents
Description

The callback for notifications of new cyclic events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcyclicEventIdsthe Id of the new CyclicEvents
CompliancemandatoryThis method must be implemented.
MethodchangedCyclicEvents
Description

The callback for notification of updated cyclic events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcyclicEventIdsthe Id of the updated CyclicEvents
CompliancemandatoryThis method must be implemented.
MethoddeletedCyclicEvents
Description

The callback for notification of deleted cyclic events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcyclicEventIdsthe Id of the deleted CyclicEvents
CompliancemandatoryThis method must be implemented.