Interface ProductReceiver
- All Superinterfaces:
OsidReceiver
The product receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Product
objects.
Like all OsidReceivers, notifications are delivered to
ProductReceiver serially and a receiver method is not invoked again until
any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedProducts(Id notificationId, IdList productIds) The callback for notification of updated products.voiddeletedProducts(Id notificationId, IdList productIds) the callback for notification of deleted products.voidnewProducts(Id notificationId, IdList productIds) The callback for notifications of new products.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProducts
-
changedProducts
-
deletedProducts
-