public interface TestableCellListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
testCaseParametersChanged(TestableCell cell)
Invoked when a test case parameter is added to or removed from a cell.
|
void |
testCasesChanged(TestableCell cell)
Invoked when a test case is added to or removed from a cell, or when
the validation state of a test case is changed.
|
void testCasesChanged(TestableCell cell)
cell
- the cell that was modifiedvoid testCaseParametersChanged(TestableCell cell)
cell
- the cell that was modified