| Interface | osid.calendaring.rules.SupersedingEventEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The superseding event enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted superseding event enablers.  | ||
| Method | newSupersedingEventEnablers | ||
| Description | 
                     The callback for notifications of new superseding event enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | supersedingEventEnablerIds | the  Id  of the new  SupersedingEventEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedSupersedingEventEnablers | ||
| Description | 
                     The callback for notification of updated superseding event enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | supersedingEventEnablerIds | the  Id  of the updated  SupersedingEventEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedSupersedingEventEnablers | ||
| Description | 
                     The callback for notification of deleted superseding event enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | supersedingEventEnablerIds | the  Id  of the deleted  SupersedingEventEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |