TableModelListenerpublic interface TableModelListener implements EventListenerTableModelListener defines the interface for an object that listens
to changes in a TableModel. |
Methods Summary |
---|
public void | tableChanged(javax.swing.event.TableModelEvent e)This fine grain notification tells listeners the exact range
of cells, rows, or columns that changed.
|
|