| Interface | osid.rules.check.InstructionReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The instruction receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted instructions. | ||
| Method | newInstructions | ||
| Description |
The callback for notifications of new instructions. | ||
| Parameters | osid.id.IdList | instructionIds | the Ids of the new Instructions |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedInstructions | ||
| Description |
The callback for notification of updated instructions. | ||
| Parameters | osid.id.IdList | instructionIds | the Ids of the updated Instructions |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedInstructions | ||
| Description |
The callback for notification of deleted instructions. | ||
| Parameters | osid.id.IdList | instructionIds | the Ids of the deleted Instructions |
| Compliance | mandatory | This method must be implemented. | |