| Interface | osid.journaling.JournalEntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The journal entry receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted journal entries.  | ||
| Method | newJournalEntries | ||
| Description | 
                     The callback for notifications of new journal entries.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | journalEntryIds | the  Ids  of the new journal entries  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedJournalEntries | ||
| Description | 
                     The callback for notifications of updated journal entries.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | journalEntryIds | the  Ids  of the updated journal entries  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedJournalEntries | ||
| Description | 
                     the callback for notification of deleted journal entries.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | journalEntryIds | the  Ids  of the deleted journal entries  | |
| Compliance | mandatory | This method must be implemented. | |