csheets.ext.assertion
Interface AssertableCellListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AssertionPanel, AssertionToolBar

public interface AssertableCellListener
extends EventListener

A listener interface for receiving notification on events occurring in an assertable cell.

Author:
Einar Pehrson

Method Summary
 void assertionsChanged(AssertableCell cell)
          Invoked when an assertion is added to or removed from a cell.
 

Method Detail

assertionsChanged

void assertionsChanged(AssertableCell cell)
Invoked when an assertion is added to or removed from a cell.

Parameters:
cell - the cell that was modified