OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.RecurringEventEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewRecurringEventEnablers
Description

The callback for notifications of new recurring event enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrecurringEventEnablerIds the Id of the new RecurringEventEnablers
Compliancemandatory This method must be implemented.
MethodchangedRecurringEventEnablers
Description

The callback for notification of updated recurring event enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrecurringEventEnablerIds the Id of the updated RecurringEventEnablers
Compliancemandatory This method must be implemented.
MethoddeletedRecurringEventEnablers
Description

The callback for notification of deleted recurring event enablers.

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