Interface BudgetEntryReceiver
- All Superinterfaces:
OsidReceiver
The budget entry receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
BudgetEntry objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBudgetEntries(Id notificationId, IdList budgetEntryIds) The callback for notification of updated budget entries.voiddeletedBudgetEntries(Id notificationId, IdList budgetEntryIds) the callback for notification of deleted budget entries.voidnewBudgetEntries(Id notificationId, IdList budgetEntryIds) The callback for notifications of new budget entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBudgetEntries
-
changedBudgetEntries
-
deletedBudgetEntries
-