| Interface | osid.calendaring.cycle.CyclicTimePeriodReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The cyclic time period receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newCyclicTimePeriods | ||
| Description |
The callback for notifications of new cyclic time periods. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | cyclicTimePeriodIds | the Id of the new CyclicTimePeriods | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCyclicTimePeriods | ||
| Description |
The callback for notification of updated cyclic time periods. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | cyclicTimePeriodIds | the Id of the updated CyclicTimePeriods | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCyclicTimePeriods | ||
| Description |
The callback for notification of deleted cyclic time periods. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | cyclicTimePeriodIds | the Id of the deleted CyclicTimePeriods | |
| Compliance | mandatory | This method must be implemented. | |