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

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

MethodnewSupersedingEvents
Description

The callback for notifications of new superseding events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsupersedingEventIdsthe Ids of the new SupersedingEvents
CompliancemandatoryThis method must be implemented.
MethodchangedSupersedingEvents
Description

The callback for notification of updated superseding events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsupersedingEventIdsthe Ids of the updated SupersedingEvents
CompliancemandatoryThis method must be implemented.
MethoddeletedSupersedingEvents
Description

The callback for notification of deleted superseding events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsupersedingEventIdsthe Ids of the deleted SupersedingEvents
CompliancemandatoryThis method must be implemented.