| Interface | osid.financials.budgeting.BudgetReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The budget receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted budget objects. | ||
| Method | newBudgets | ||
| Description | The callback for notifications of new budgets. | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
| osid.id.IdList | budgetIds | the  Ids of the new Budgets  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBudgets | ||
| Description | The callback for notification of updated budgets. | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
| osid.id.IdList | budgetIds | the  Ids of the updated Budgets  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBudgets | ||
| Description | The callback for notification of deleted budgets. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | budgetIds | the  Ids of the deleted Budgets  | |
| Compliance | mandatory | This method must be implemented. | |