OSID Logo
OSID Specifications
assessment authoring package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListsequenceRuleIdsthe Ids of the new SequenceRules
CompliancemandatoryThis method must be implemented.
MethodchangedSequenceRules
Description

The callback for notification of updated sequence rules.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsequenceRuleIdsthe Ids of the updated SequenceRules
CompliancemandatoryThis method must be implemented.
MethoddeletedSequenceRules
Description

The callback for notification of deleted sequence rules.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsequenceRuleIdsthe Ids of the deleted SequenceRules
CompliancemandatoryThis method must be implemented.