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