| Interface | osid.tracking.LogEntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The log entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted log entries.  | ||
| Method | newLogEntries | ||
| Description | 
                     The callback for notifications of new log entries.  | ||
| Parameters | osid.id.IdList | logEntryIds | the  Ids  of the new  LogEntries   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedLogEntries | ||
| Description | 
                     The callback for notification of updated log entries.  | ||
| Parameters | osid.id.IdList | logEntryIds | the  Ids  of the updated  LogEntries   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedLogEntries | ||
| Description | 
                     The callback for notification of deleted log entries.  | ||
| Parameters | osid.id.IdList | logEntryIds | the  Ids  of the deleted  LogEntries   | 
| Compliance | mandatory | This method must be implemented. | |