Interface | osid.rules.RuleReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The rule receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted rules. | ||
Method | newRules | ||
Description |
The callback for notifications of new rules. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ruleIds | the Ids of the new rules | |
Compliance | mandatory | This method must be implemented. | |
Method | changedRules | ||
Description |
the callback for notification of changed rules. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ruleIds | the Ids of the changed rules | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRules | ||
Description |
the callback for notification of deleted rules. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | ruleIds | the Ids of the deleted rules | |
Compliance | mandatory | This method must be implemented. |