Interface LogEntryReceiver
- All Superinterfaces:
OsidReceiver
The log entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted log entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedLogEntries(Id notificationId, IdList logEntryIds) The callback for notification of updated log entries.voiddeletedLogEntries(Id notificationId, IdList logEntryIds) The callback for notification of deleted log entries.voidnewLogEntries(Id notificationId, IdList logEntryIds) The callback for notifications of new log entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newLogEntries
-
changedLogEntries
-
deletedLogEntries
-