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