Interface | osid.calendaring.EventReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The event receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newEvents | ||
Description |
The callback for notifications of new events. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | eventIds | the Ids of the new Events | |
Compliance | mandatory | This method must be implemented. | |
Method | changedEvents | ||
Description |
The callback for notification of updated events. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | eventIds | the Ids of the updated Events | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedEvents | ||
Description |
The callback for notification of deleted events. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | eventIds | the Ids of the deleted Events | |
Compliance | mandatory | This method must be implemented. |