OSID Logo
OSID Specifications
rules package
Version 3.1.0
Interfaceosid.rules.RuleReceiver
Implementsosid.OsidReceiver
Description

The rule receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted rules.

Like all OsidReceivers, notifications are delivered to RuleReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewRules
Description

The callback for notifications of new rules.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListruleIds the Ids of the new rules
Compliancemandatory This method must be implemented.
MethodchangedRules
Description

the callback for notification of changed rules.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListruleIds the Ids of the changed rules
Compliancemandatory This method must be implemented.
MethoddeletedRules
Description

the callback for notification of deleted rules.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListruleIds the Ids of the deleted rules
Compliancemandatory This method must be implemented.