Interface BallotConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The ballot constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ballot constrainer enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBallotConstrainerEnablers(Id notificationId, IdList ballotConstrainerEnablerIds) The callback for notification of updated ballot constrainer enablers.voiddeletedBallotConstrainerEnablers(Id notificationId, IdList ballotConstrainerEnablerIds) The callback for notification of deleted ballot constrainer enablers.voidnewBallotConstrainerEnablers(Id notificationId, IdList ballotConstrainerEnablerIds) The callback for notifications of new ballot constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBallotConstrainerEnablers
The callback for notifications of new ballot constrainer enablers.- Parameters:
notificationId- the notificationIdballotConstrainerEnablerIds- theIdsof the newBallotConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedBallotConstrainerEnablers
The callback for notification of updated ballot constrainer enablers.- Parameters:
notificationId- the notificationIdballotConstrainerEnablerIds- theIdsof the updatedBallotConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedBallotConstrainerEnablers
The callback for notification of deleted ballot constrainer enablers.- Parameters:
notificationId- the notificationIdballotConstrainerEnablerIds- theIdsof the deletedBallotConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-