javax.swing.event
public interface TableModelListener extends EventListener
TableModelListener can register with a
{@link javax.swing.table.TableModel} and receive notification of updates to
the model.
| Method Summary | |
|---|---|
| void | tableChanged(TableModelEvent event)
Called to notify the listener that the
{@link javax.swing.table.TableModel} has been updated.
|
Parameters: event contains details of the update.