public interface TableColumnModelListener
extends java.util.EventListener, java.io.Serializable
TableColumnModel.| Modifier and Type | Method and Description |
|---|---|
void |
columnAdded(TableColumnModelEvent e)
Invoked when a
TableColumn is added to the model. |
void |
columnMoved(TableColumnModelEvent e)
Invoked when a
TableColumn is moved within the model. |
void |
columnRemoved(TableColumnModelEvent e)
Invoked when a
TableColumn is removed from the model. |
void columnAdded(TableColumnModelEvent e)
TableColumn is added to the model.e - the TableColumnModelEvent describing the updatevoid columnMoved(TableColumnModelEvent e)
TableColumn is moved within the model.e - the TableColumnModelEvent describing the updatevoid columnRemoved(TableColumnModelEvent e)
TableColumn is removed from the model.e - the TableColumnModelEvent describing the update