| Interface | osid.calendaring.OffsetEventReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The event receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newOffsetEvents | ||
| Description |
The callback for notifications of new offset events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offsetEventIds | the Ids of the new OffsetEvents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOffsetEvents | ||
| Description |
The callback for notification of updated offset events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offsetEventIds | the Ids of the updated OffsetEvents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedOffsetEvents | ||
| Description |
The callback for notification of deleted offset events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offsetEventIds | the Ids of the deleted OffsetEvents | |
| Compliance | mandatory | This method must be implemented. | |