Interface EntryReceiver
- All Superinterfaces:
OsidReceiver
The entry receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Entry objects.
Like all OsidReceivers, notifications are delivered to
EntryReceiver serially and a receiver method is not invoked again until
any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedEntries(Id notificationId, IdList entryIds) The callback for notification of updated entries.voiddeletedEntries(Id notificationId, IdList entryIds) the callback for notification of deleted entries.voidnewEntries(Id notificationId, IdList entryIds) The callback for notifications of new entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newEntries
-
changedEntries
-
deletedEntries
-