| Interface | osid.offering.rules.CanonicalUnitProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The canonical unit processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit processor enablers.  | ||
| Method | newCanonicalUnitProcessorEnablers | ||
| Description | 
                     The callback for notifications of new canonical unit processor enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | canonicalUnitProcessorEnablerIds | the  Ids  of the new  CanonicalUnitProcessorEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCanonicalUnitProcessorEnablers | ||
| Description | 
                     The callback for notification of updated canonical unit processor enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | canonicalUnitProcessorEnablerIds | the  Ids  of the updated  CanonicalUnitProcessorEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCanonicalUnitProcessorEnablers | ||
| Description | 
                     The callback for notification of deleted canonical unit processor enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | canonicalUnitProcessorEnablerIds | the  Ids  of the deleted  CanonicalUnitProcessorEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |