| Interface | osid.calendaring.TimePeriodReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The time period receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newTimePeriods | ||
| Description |
The callback for notifications of new time periods. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | timePeriodIds | the Id of the new TimePeriods | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedTimePeriods | ||
| Description |
The callback for notification of updated time periods. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | timePeriodIds | the Id of the updated TimePeriods | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedTimePeriods | ||
| Description |
The callback for notification of deleted time periods. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | timePeriodIds | the Id of the deleted TimePeriods | |
| Compliance | mandatory | This method must be implemented. | |