public interface CatalogEntryReceiver extends OsidReceiver
The catalog receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Ids in
Catalogs.
| Modifier and Type | Method and Description |
|---|---|
void |
deletedCatalogEntries(Id notificationId,
IdList entryIds)
the callback for notification of deleted catalog entries.
|
void |
newCatalogEntries(Id notificationId,
IdList entryIds)
The callback for notifications of new catalogs entries.
|
down, up