| Interface | osid.resourcing.rules.AvailabilityEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The availability enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted availability enablers.  | ||
| Method | newAvailabilityEnablers | ||
| Description | 
                     The callback for notifications of new availability enablers.  | ||
| Parameters | osid.id.IdList | availabilityEnablerIds | the  Ids  of the new  AvailabilityEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAvailabilityEnablers | ||
| Description | 
                     The callback for notification of updated availability enablers.  | ||
| Parameters | osid.id.IdList | availabilityEnablerIds | the  Ids  of the updated  AvailabilityEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAvailabilityEnablers | ||
| Description | 
                     The callback for notification of deleted availability enablers.  | ||
| Parameters | osid.id.IdList | availabilityEnablerIds | the  Ids  of the deleted  AvailabilityEnablers   | 
| Compliance | mandatory | This method must be implemented. | |