Interface EntryReceiver
- All Superinterfaces:
OsidReceiver
The dictionary 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 dictionary entries.voiddeletedEntries(Id notificationId, IdList entryIds) the callback for notification of deleted dictionary entries.voidnewEntries(Id notificationId, IdList entryIds) The callback for notifications of new dictionary entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newEntries
-
changedEntries
-
deletedEntries
-