| Interface | osid.resourcing.CommissionReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The commission receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newCommissions | ||
| Description |
The callback for notifications of new commissions. | ||
| Parameters | osid.id.IdList | commissionIds | the Ids of the new Commissions |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCommissions | ||
| Description |
The callback for notification of updated commissions. | ||
| Parameters | osid.id.IdList | commissionIds | the Ids of the updated Commissions |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCommissions | ||
| Description |
The callback for notification of deleted commissions. | ||
| Parameters | osid.id.IdList | commissionIds | the Ids of the deleted Commissions |
| Compliance | mandatory | This method must be implemented. | |