Interface | osid.calendaring.CalendarReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The vault receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newCalendars | ||
Description |
The callback for notifications of new calendars. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | calendarIds | the Ids of the new Calendars | |
Compliance | mandatory | This method must be implemented. | |
Method | changedCalendars | ||
Description |
The callback for notification of updated calendars. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | calendarIds | the Ids of the updated Calendars | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedCalendars | ||
Description |
The callback for notification of deleted calendars. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | calendarIds | the Ids of the deleted Calendars | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfCalendars | ||
Description |
The callback for notifications of changes to children of calendar hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | calendarIds | the Ids of the Calendars whose children have
changed | |
Compliance | mandatory | This method must be implemented. |