| Interface | osid.offering.CanonicalUnitReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The canonical unit receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted canonical units.  | ||
| Method | newCanonicalUnits | ||
| Description | 
                     The callback for notifications of new canonical units.  | ||
| Parameters | osid.id.IdList | canonicalUnitIds | the  Ids  of the new canonical units  | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCanonicalUnits | ||
| Description | 
                     The callback for notifications of updated canonical units.  | ||
| Parameters | osid.id.IdList | canonicalUnitIds | the  Ids  of the updated canonical units  | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCanonicalUnits | ||
| Description | 
                     the callback for notification of deleted canonical units.  | ||
| Parameters | osid.id.IdList | canonicalUnitIds | the  Ids  of the deleted canonical units  | 
| Compliance | mandatory | This method must be implemented. | |