Interface RuleReceiver
- All Superinterfaces:
OsidReceiver
The rule receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted rules.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedRules(Id notificationId, IdList ruleIds) the callback for notification of changed rules.voiddeletedRules(Id notificationId, IdList ruleIds) the callback for notification of deleted rules.voidThe callback for notifications of new rules.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRules
-
changedRules
-
deletedRules
-