OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
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.IdListlogEntryIdsthe Ids of the new LogEntries
CompliancemandatoryThis method must be implemented.
MethodchangedLogEntries
Description

The callback for notification of updated log entries.

Parametersosid.id.IdListlogEntryIdsthe Ids of the updated LogEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedLogEntries
Description

The callback for notification of deleted log entries.

Parametersosid.id.IdListlogEntryIdsthe Ids of the deleted LogEntries
CompliancemandatoryThis method must be implemented.