OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListsupersedingEventEnablerIds the Id of the new SupersedingEventEnablers
Compliancemandatory This method must be implemented.
MethodchangedSupersedingEventEnablers
Description

The callback for notification of updated superseding event enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsupersedingEventEnablerIds the Id of the updated SupersedingEventEnablers
Compliancemandatory This method must be implemented.
MethoddeletedSupersedingEventEnablers
Description

The callback for notification of deleted superseding event enablers.

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