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 TypeMethodDescriptionvoidchangedEntry(Id notificationId, Id entryId) The callback for notification of updated entries.voiddeletedEntry(Id notificationId, Id entryId) the callback for notification of deleted entries.voidThe callback for notifications of new entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newEntry
-
changedEntry
-
deletedEntry
-