public interface ResizableMatrixChangeHandler
Modifier and Type | Method and Description |
---|---|
void |
onCellChange(int row,
int column,
double value)
Handle changes in the contents of the specified cell
|
void |
onColumnDimension(int columns)
Handle changes in the column dimension of the matrix
|
void |
onRowDimension(int rows)
Handle changes in the row dimension of the matrix
|
void onRowDimension(int rows)
rows
- new row dimensionvoid onColumnDimension(int columns)
columns
- new column dimensionsvoid onCellChange(int row, int column, double value)
row
- cell rowcolumn
- cell columnvalue
- new cell valueUniversity of Colorado Denver, Department of Biostatistics and Informatics