public interface RowValueListener
| Modifier and Type | Method and Description |
|---|---|
void |
valueWasChanged(Object newValue,
int columnIndex)
Avisa ao observador sobre uma mudança no valor da linha da tabela.
|
void valueWasChanged(Object newValue, int columnIndex)
newValue - o novo valor.columnIndex - o índice da coluna que teve o valor alterado.Copyright © 2020. All rights reserved.