OSID Logo
OSID Specifications
assessment authoring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.authoring.SequenceRuleEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewSequenceRuleEnablers
Description

The callback for notifications of new sequence rule enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsequenceRuleEnablerIdsthe Ids of the new SequenceRuleEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedSequenceRuleEnablers
Description

The callback for notification of updated sequence rule enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsequenceRuleEnablerIdsthe Ids of the updated SequenceRuleEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedSequenceRuleEnablers
Description

The callback for notification of deleted sequence rule enablers.

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