Interface DemographicReceiver
- All Superinterfaces:
OsidReceiver
The demographic receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted demographics.
Like all OsidReceivers, notifications are delivered to
DemographicReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedDemographics(Id notificationId, IdList demographicIds) The callback for notification of updated demographics.voiddeletedDemographics(Id notificationId, IdList demographicIds) The callback for notification of deleted demographics.voidnewDemographics(Id notificationId, IdList demographicIds) The callback for notifications of new demographics.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newDemographics
-
changedDemographics
-
deletedDemographics
-