Interface EntryReceiver
- All Superinterfaces:
OsidReceiver
The entry receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Entry objects.
-
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
-