| Interface | osid.assessment.authoring.SequenceRuleReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The sequence rule receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted sequence rules. | ||
| Method | newSequenceRules | ||
| Description |
The callback for notifications of new sequence rules. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | sequenceRuleIds | the Ids of the new SequenceRules | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedSequenceRules | ||
| Description |
The callback for notification of updated sequence rules. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | sequenceRuleIds | the Ids of the updated SequenceRules | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedSequenceRules | ||
| Description |
The callback for notification of deleted sequence rules. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | sequenceRuleIds | the Ids of the deleted SequenceRules | |
| Compliance | mandatory | This method must be implemented. | |