public static interface TestResultTable.Observer
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.