R
- the type of row keysC
- the type of column keyspublic class DataFrameEvent<R,C> extends Object
Constructor and Description |
---|
DataFrameEvent(Iterable<R> affectedRows,
Iterable<C> affectedColumns,
boolean structureChanged) |
Modifier and Type | Method and Description |
---|---|
Iterable<C> |
getAffectedColumns()
Rreturns the column that have been affected by teh change.
|
Iterable<R> |
getAffectedRows()
Returns the rows that have been affected by the change.
|
boolean |
isStructureChanged() |
public DataFrameEvent(Iterable<R> affectedRows, Iterable<C> affectedColumns, boolean structureChanged)
affectedRows
- the affected rowsaffectedColumns
- the affected columnsstructureChanged
- true if the rows or columns of the data frame have changed; false if only the data have change.public Iterable<R> getAffectedRows()
public Iterable<C> getAffectedColumns()
public boolean isStructureChanged()
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.