interface org.aswing.event.TableModelListener

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

Instance Fields

function tableChanged(e:TableModelEvent): Void

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