javax.swing.event
Interface TableModelListener

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

public interface TableModelListener
extends EventListener

Unsafe:


Method Summary
 void tableChanged(TableModelEvent e)
          Enabled: This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
 

Method Detail

tableChanged

public void tableChanged(TableModelEvent e)
Enabled: This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.



comments?