OSID Logo
OSID Specifications
assessment authoring package
Version 3.1.0
Interfaceosid.assessment.authoring.SequenceRuleReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewSequenceRules
Description

The callback for notifications of new sequence rules.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsequenceRuleIds the Ids of the new SequenceRules
Compliancemandatory This method must be implemented.
MethodchangedSequenceRules
Description

The callback for notification of updated sequence rules.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsequenceRuleIds the Ids of the updated SequenceRules
Compliancemandatory This method must be implemented.
MethoddeletedSequenceRules
Description

The callback for notification of deleted sequence rules.

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