Interface DemographicEnablerReceiver
- All Superinterfaces:
OsidReceiver
The demographic enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted demographic enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedDemographicEnablers(Id notificationId, IdList demographicEnablerIds) The callback for notification of updated demographic enablers.voiddeletedDemographicEnablers(Id notificationId, IdList demographicEnablerIds) The callback for notification of deleted demographic enablers.voidnewDemographicEnablers(Id notificationId, IdList demographicEnablerIds) The callback for notifications of new demographic enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newDemographicEnablers
The callback for notifications of new demographic enablers.- Parameters:
notificationId- the notification IddemographicEnablerIds- theIdsof the newDemographicEnablers- Compliance:
mandatory- This method must be implemented.
-
changedDemographicEnablers
The callback for notification of updated demographic enablers.- Parameters:
notificationId- the notification IddemographicEnablerIds- theIdsof the updatedDemographicEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedDemographicEnablers
The callback for notification of deleted demographic enablers.- Parameters:
notificationId- the notificationIddemographicEnablerIds- theIdsof the deletedDemographicEnablers- Compliance:
mandatory- This method must be implemented.
-