| Interface | osid.calendaring.rules.RecurringEventEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The recurring event enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted recurring event enablers. | ||
| Method | newRecurringEventEnablers | ||
| Description |
The callback for notifications of new recurring event enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | recurringEventEnablerIds | the Id of the new RecurringEventEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRecurringEventEnablers | ||
| Description |
The callback for notification of updated recurring event enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | recurringEventEnablerIds | the Id of the updated RecurringEventEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRecurringEventEnablers | ||
| Description |
The callback for notification of deleted recurring event enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | recurringEventEnablerIds | the Id of the deleted RecurringEventEnablers | |
| Compliance | mandatory | This method must be implemented. | |