javax.swing.event
Interface TableModelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JTable, JTable.AccessibleJTable

public interface TableModelListener
extends EventListener

A TableModelListener can register with a TableModel and receive notification of updates to the model.


Method Summary
 void tableChanged(TableModelEvent event)
          Called to notify the listener that the TableModel has been updated.
 

Method Detail

tableChanged

void tableChanged(TableModelEvent event)
Called to notify the listener that the TableModel has been updated.

Parameters:
event - contains details of the update.