org.olap4j
public static interface CellSetListener.CellSetChange
Modifier and Type | Method and Description |
---|---|
List<CellSetListener.AxisChange> |
getAxisChanges()
Returns a list of axis changes, or null if server cannot provide
detailed changes.
|
List<CellSetListener.CellChange> |
getCellChanges()
Returns a list of cells that have changed, or null if the server
cannot provide detailed changes.
|
CellSet |
getCellSet()
Returns the cell set affected by this change.
|
CellSet getCellSet()
List<CellSetListener.CellChange> getCellChanges()
The server is always at liberty to provide a CellSetChange
without a detailed list of changes, even if
CellSetListener.Granularity.COARSE
was specified when the listener was
attached. Here are some typical reasons:
List<CellSetListener.AxisChange> getAxisChanges()
The reasons why this method returns null are similar to the
reasons why getCellChanges()
returns null.