Interface CatalogEntryReceiver
- All Superinterfaces:
OsidReceiver
The catalog receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Ids in
Catalogs .
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeletedCatalogEntries(Id notificationId, IdList entryIds) the callback for notification of deleted catalog entries.voidnewCatalogEntries(Id notificationId, IdList entryIds) The callback for notifications of new catalogs entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCatalogEntries
-
deletedCatalogEntries
-