Interface SequenceRuleReceiver
- All Superinterfaces:
OsidReceiver
The sequence rule receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted sequence rules.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSequenceRules(Id notificationId, IdList sequenceRuleIds) The callback for notification of updated sequence rules.voiddeletedSequenceRules(Id notificationId, IdList sequenceRuleIds) The callback for notification of deleted sequence rules.voidnewSequenceRules(Id notificationId, IdList sequenceRuleIds) The callback for notifications of new sequence rules.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSequenceRules
-
changedSequenceRules
-
deletedSequenceRules
-