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

The callback for notification of updated superseding events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsupersedingEventIds the Ids of the updated SupersedingEvents
Compliancemandatory This method must be implemented.
MethoddeletedSupersedingEvents
Description

The callback for notification of deleted superseding events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsupersedingEventIds the Ids of the deleted SupersedingEvents
Compliancemandatory This method must be implemented.