| Interface | osid.assessment.authoring.SequenceRuleEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The sequence rule enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted sequence rule enablers.  | ||
| Method | newSequenceRuleEnablers | ||
| Description | 
                     The callback for notifications of new sequence rule enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | sequenceRuleEnablerIds | the  Ids  of the new  SequenceRuleEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedSequenceRuleEnablers | ||
| Description | 
                     The callback for notification of updated sequence rule enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | sequenceRuleEnablerIds | the  Ids  of the updated  SequenceRuleEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedSequenceRuleEnablers | ||
| Description | 
                     The callback for notification of deleted sequence rule enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | sequenceRuleEnablerIds | the  Ids  of the deleted  SequenceRuleEnablers   | |
| Compliance | mandatory | This method must be implemented. | |