OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListoffsetEventEnablerIdsthe Id of the new OffsetEventEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedOffsetEventEnablers
Description

The callback for notification of updated offset event enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListoffsetEventEnablerIdsthe Id of the updated OffsetEventEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedOffsetEventEnablers
Description

The callback for notification of deleted offset event enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListoffsetEventEnablerIdsthe Id of the deleted OffsetEventEnablers
CompliancemandatoryThis method must be implemented.