csheets.ext.test
Interface TestableCellListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TestCasePanel, TestToolBar

public interface TestableCellListener
extends EventListener

A listener interface for receiving notification on events occurring in a testable cell.

Author:
Einar Pehrson

Method Summary
 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.
 

Method Detail

testCasesChanged

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.

Parameters:
cell - the cell that was modified

testCaseParametersChanged

void testCaseParametersChanged(TestableCell cell)
Invoked when a test case parameter is added to or removed from a cell.

Parameters:
cell - the cell that was modified