public interface CellListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
cellCleared(Cell cell)
Invoked when a cell has been cleared.
|
void |
cellCopied(Cell cell,
Cell source)
Invoked when a cell has been copied.
|
void |
contentChanged(Cell cell)
Invoked when the content of a cell has been changed.
|
void |
dependentsChanged(Cell cell)
Invoked when a new dependent has been registered on a cell,
or when an old one has been removed.
|
void |
valueChanged(Cell cell)
Invoked when the value of a cell has changed, either by a change in
its content, or by a change of value in one of its precedents.
|
void valueChanged(Cell cell)
cell
- the cell that was modifiedvoid contentChanged(Cell cell)
cell
- the cell that was modifiedvoid dependentsChanged(Cell cell)
cell
- the cell that was modifiedvoid cellCleared(Cell cell)
cell
- the cell that was modifiedvoid cellCopied(Cell cell, Cell source)
cell
- the cell that was modifiedsource
- the cell from which data was copied