public interface GradeSystemTransformReceiver extends OsidReceiver
The vault receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
GradeSystemTransform objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedGradeSystemTransforms(IdList gradeSystemTransformIds)
The callback for notification of updated grade system transforms.
|
void |
deletedGradeSystemTransforms(IdList gradeSystemTransformIds)
The callback for notification of deleted grade system transforms.
|
void |
newGradeSystemTransforms(IdList gradeSystemTransformIds)
The callback for notifications of new grade system transforms.
|
down, upvoid newGradeSystemTransforms(IdList gradeSystemTransformIds)
gradeSystemTransformIds - the Ids of the new
GradeSystemTransforms mandatory - This method must be implemented. void changedGradeSystemTransforms(IdList gradeSystemTransformIds)
gradeSystemTransformIds - the Ids of the updated
GradeSystemTransforms mandatory - This method must be implemented. void deletedGradeSystemTransforms(IdList gradeSystemTransformIds)
gradeSystemTransformIds - the Ids of the deleted
GradeSystemTransforms mandatory - This method must be implemented.