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

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

MethodnewOffsetEventEnablers
Description

The callback for notifications of new offset event enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListoffsetEventEnablerIds the Id of the new OffsetEventEnablers
Compliancemandatory This method must be implemented.
MethodchangedOffsetEventEnablers
Description

The callback for notification of updated offset event enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListoffsetEventEnablerIds the Id of the updated OffsetEventEnablers
Compliancemandatory This method must be implemented.
MethoddeletedOffsetEventEnablers
Description

The callback for notification of deleted offset event enablers.

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