Interface CatalogEnablerReceiver
- All Superinterfaces:
OsidReceiver
The catalog enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted catalog enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCatalogEnabler(Id notificationId, Id catalogEnablerId) The callback for notification of updated catalog enablers.voiddeletedCatalogEnabler(Id notificationId, Id catalogEnablerId) The callback for notification of deleted catalog enablers.voidnewCatalogEnabler(Id notificationId, Id catalogEnablerId) The callback for notifications of new catalog enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCatalogEnabler
-
changedCatalogEnabler
-
deletedCatalogEnabler
-