Packageorg.aswing.event
Interfacepublic interface TableModelListener
ImplementorsJTable, TableSorter

TableModelListener defines the interface for an object that listens to changes in a TableModel.



Public Methods
 MethodDefined by
  
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
TableModelListener
Method detail
tableChanged()method
public function tableChanged(e:TableModelEvent):void

This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.

Parameters
e:TableModelEvent