public interface TableModelListener extends EventListener
TableModelListener can register with a
TableModel and receive notification of updates to
the model.| Modifier and Type | Method and Description |
|---|---|
void |
tableChanged(TableModelEvent event)
Called to notify the listener that the
TableModel has been updated. |
void tableChanged(TableModelEvent event)
TableModel has been updated.event - contains details of the update.