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

The callback for notification of updated cyclic events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcyclicEventIds the Id of the updated CyclicEvents
Compliancemandatory This method must be implemented.
MethoddeletedCyclicEvents
Description

The callback for notification of deleted cyclic events.

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