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

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

MethodnewSupersedingEventEnablers
Description

The callback for notifications of new superseding event enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsupersedingEventEnablerIdsthe Id of the new SupersedingEventEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedSupersedingEventEnablers
Description

The callback for notification of updated superseding event enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsupersedingEventEnablerIdsthe Id of the updated SupersedingEventEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedSupersedingEventEnablers
Description

The callback for notification of deleted superseding event enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsupersedingEventEnablerIdsthe Id of the deleted SupersedingEventEnablers
CompliancemandatoryThis method must be implemented.