Package 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

    Modifier and Type
    Method
    Description
    Returns the cell after the change.
    Returns the cell before the change.
  • Method Details

    • getBeforeCell

      Cell getBeforeCell()
      Returns the cell before the change.
    • getAfterCell

      Cell getAfterCell()
      Returns the cell after the change.