| Interface | osid.logging.LogReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The log receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newLogs | ||
| Description | 
                     The callback for notifications of new logs.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | logIds | the  Ids  of the new  Logs   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedLogs | ||
| Description | 
                     The callback for notification of updated logs.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | logIds | the  Ids  of the updated  Logs   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedLogs | ||
| Description | 
                     the callback for notification of deleted logs.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | logIds | the  Ids  of the registered  Logs   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfLogs | ||
| Description | 
                     The callback for notifications of changes to children of log hierarchy nodes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | logIds | the  Ids  of the  Logs  whose children have 
changed  | |
| Compliance | mandatory | This method must be implemented. | |