Interface CustomerReceiver
- All Superinterfaces:
OsidReceiver
The customer receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Customer
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCustomers(Id notificationId, IdList customerIds) The callback for notification of updated customers.voiddeletedCustomers(Id notificationId, IdList customerIds) the callback for notification of deleted customers.voidnewCustomers(Id notificationId, IdList customerIds) The callback for notifications of new customers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCustomers
-
changedCustomers
-
deletedCustomers
-