|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TestResultTable.Observer
Observer to monitor changes to a TestResultTable.
Method Summary | |
---|---|
void |
update(TestResult oldValue,
TestResult newValue)
The oldValue has been replaced by the newValue. |
void |
updated(TestResult whichTR)
The given test was changed, but previously existed in this TRT. |
Method Detail |
---|
void update(TestResult oldValue, TestResult newValue)
oldValue
- Previous value being overwritten.newValue
- The new value stored in the TRT.void updated(TestResult whichTR)
whichTR
- The test which was altered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |