- All Superinterfaces:
EventListener
- All Known Implementing Classes:
JTable,JTable.AccessibleJTable
TableModelListener defines the interface for an object that listens
to changes in a TableModel.
- See Also:
-
Method Summary
修饰符和类方法描述voidThis fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
-
Method Details
-
tableChanged
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.- Parameters:
e- aTableModelEventto notify listener that a table model has changed
-