Interface | osid.calendaring.SupersedingEventReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The superseding event receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
Method | newSupersedingEvents | ||
Description |
The callback for notifications of new superseding events. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | supersedingEventIds | the Ids of the new SupersedingEvents | |
Compliance | mandatory | This method must be implemented. | |
Method | changedSupersedingEvents | ||
Description |
The callback for notification of updated superseding events. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | supersedingEventIds | the Ids of the updated SupersedingEvents | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedSupersedingEvents | ||
Description |
The callback for notification of deleted superseding events. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | supersedingEventIds | the Ids of the deleted SupersedingEvents | |
Compliance | mandatory | This method must be implemented. |