Interface LogReceiver
- All Superinterfaces:
OsidReceiver
The log receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Log objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfLogs(Id notificationId, IdList logIds) The callback for notifications of changes to children of log hierarchy nodes.voidchangedLogs(Id notificationId, IdList logIds) The callback for notification of updated logs.voiddeletedLogs(Id notificationId, IdList logIds) the callback for notification of deleted logs.voidThe callback for notifications of new logs.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newLogs
-
changedLogs
-
deletedLogs
-
changedChildOfLogs
-