Interface JournalEntryReceiver
- All Superinterfaces:
OsidReceiver
The journal entry receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted journal entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedJournalEntries(Id notificationId, IdList journalEntryIds) The callback for notifications of updated journal entries.voiddeletedJournalEntries(Id notificationId, IdList journalEntryIds) the callback for notification of deleted journal entries.voidnewJournalEntries(Id notificationId, IdList journalEntryIds) The callback for notifications of new journal entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newJournalEntries
-
changedJournalEntries
-
deletedJournalEntries
-