OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListoffsetEventIds the Ids of the new OffsetEvents
Compliancemandatory This method must be implemented.
MethodchangedOffsetEvents
Description

The callback for notification of updated offset events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListoffsetEventIds the Ids of the updated OffsetEvents
Compliancemandatory This method must be implemented.
MethoddeletedOffsetEvents
Description

The callback for notification of deleted offset events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListoffsetEventIds the Ids of the deleted OffsetEvents
Compliancemandatory This method must be implemented.