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

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

MethodnewOffsetEvents
Description

The callback for notifications of new offset events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListoffsetEventIdsthe Ids of the new OffsetEvents
CompliancemandatoryThis method must be implemented.
MethodchangedOffsetEvents
Description

The callback for notification of updated offset events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListoffsetEventIdsthe Ids of the updated OffsetEvents
CompliancemandatoryThis method must be implemented.
MethoddeletedOffsetEvents
Description

The callback for notification of deleted offset events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListoffsetEventIdsthe Ids of the deleted OffsetEvents
CompliancemandatoryThis method must be implemented.