Interface SequenceRuleEnablerReceiver
- All Superinterfaces:
OsidReceiver
The sequence rule enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted sequence rule enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSequenceRuleEnablers(Id notificationId, IdList sequenceRuleEnablerIds) The callback for notification of updated sequence rule enablers.voiddeletedSequenceRuleEnablers(Id notificationId, IdList sequenceRuleEnablerIds) The callback for notification of deleted sequence rule enablers.voidnewSequenceRuleEnablers(Id notificationId, IdList sequenceRuleEnablerIds) The callback for notifications of new sequence rule enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSequenceRuleEnablers
The callback for notifications of new sequence rule enablers.- Parameters:
notificationId- the notificationIdsequenceRuleEnablerIds- theIdsof the newSequenceRuleEnablers- Compliance:
mandatory- This method must be implemented.
-
changedSequenceRuleEnablers
The callback for notification of updated sequence rule enablers.- Parameters:
notificationId- the notificationIdsequenceRuleEnablerIds- theIdsof the updatedSequenceRuleEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedSequenceRuleEnablers
The callback for notification of deleted sequence rule enablers.- Parameters:
notificationId- the notificationIdsequenceRuleEnablerIds- theIdsof the deletedSequenceRuleEnablers- Compliance:
mandatory- This method must be implemented.
-