| Interface | osid.resourcing.rules.CommissionEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The commission enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted commission enablers. | ||
| Method | newCommissionEnablers | ||
| Description |
The callback for notifications of new commission enablers. | ||
| Parameters | osid.id.IdList | commissionEnablerIds | the Ids of the new CommissionEnablers |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCommissionEnablers | ||
| Description |
The callback for notification of updated commission enablers. | ||
| Parameters | osid.id.IdList | commissionEnablerIds | the Ids of the updated CommissionEnablers |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCommissionEnablers | ||
| Description |
The callback for notification of deleted commission enablers. | ||
| Parameters | osid.id.IdList | commissionEnablerIds | the Ids of the deleted CommissionEnablers |
| Compliance | mandatory | This method must be implemented. | |