| Interface | osid.calendaring.cycle.CyclicEventReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The cyclic event receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newCyclicEvents | ||
| Description |
The callback for notifications of new cyclic events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | cyclicEventIds | the Id of the new CyclicEvents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCyclicEvents | ||
| Description |
The callback for notification of updated cyclic events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | cyclicEventIds | the Id of the updated CyclicEvents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCyclicEvents | ||
| Description |
The callback for notification of deleted cyclic events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | cyclicEventIds | the Id of the deleted CyclicEvents | |
| Compliance | mandatory | This method must be implemented. | |