JSR-209 (Final Release)

javax.swing.event
Interface TableModelListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
JTable

public interface TableModelListener
extends java.util.EventListener

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

See Also:
TableModel

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

Method Detail

tableChanged

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


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.