OSID Logo
OSID Specifications
tracking package
Version 3.1.0
Interfaceosid.tracking.LogEntryReceiver
Implementsosid.OsidReceiver
Description

The log entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted log entries.

MethodnewLogEntries
Description

The callback for notifications of new log entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListlogEntryIds the Ids of the new LogEntries
Compliancemandatory This method must be implemented.
MethodchangedLogEntries
Description

The callback for notification of updated log entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListlogEntryIds the Ids of the updated LogEntries
Compliancemandatory This method must be implemented.
MethoddeletedLogEntries
Description

The callback for notification of deleted log entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListlogEntryIds the Ids of the deleted LogEntries
Compliancemandatory This method must be implemented.