Interface | osid.rules.check.CheckReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The check receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newChecks | ||
Description |
The callback for notifications of new checks. | ||
Parameters | osid.id.IdList | checkIds | the Ids of the new Checks |
Compliance | mandatory | This method must be implemented. | |
Method | changedChecks | ||
Description |
The callback for notification of updated checks. | ||
Parameters | osid.id.IdList | checkIds | the Ids of the updated Checks |
Compliance | mandatory | This method must be implemented. | |
Method | deletedChecks | ||
Description |
The callback for notification of deleted checks. | ||
Parameters | osid.id.IdList | checkIds | the Ids of the deleted Checks |
Compliance | mandatory | This method must be implemented. |