org.olap4j
Interface CellSetListener.CellChange

Enclosing interface:
CellSetListener

public static interface CellSetListener.CellChange

Description of a change to a particular Cell; part of a CellSetListener.CellSetChange.


Method Summary
 Cell getAfterCell()
          Returns the cell after the change.
 Cell getBeforeCell()
          Returns the cell before the change.
 

Method Detail

getBeforeCell

Cell getBeforeCell()
Returns the cell before the change.


getAfterCell

Cell getAfterCell()
Returns the cell after the change.


SourceForge.net_Logo