Package org.olap4j
Interface CellSetListener.CellChange
-
- Enclosing interface:
- CellSetListener
public static interface CellSetListener.CellChange
Description of a change to a particularCell
; part of aCellSetListener.CellSetChange
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cell
getAfterCell()
Returns the cell after the change.Cell
getBeforeCell()
Returns the cell before the change.
-