NextApp Echo3
v3.0.b4

nextapp.echo.app.event
Interface TableColumnModelListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface TableColumnModelListener
extends java.util.EventListener, java.io.Serializable

A listener interface for receiving notification of changes to a TableColumnModel.


Method Summary
 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.
 

Method Detail

columnAdded

void columnAdded(TableColumnModelEvent e)
Invoked when a TableColumn is added to the model.

Parameters:
e - the TableColumnModelEvent describing the update

columnMoved

void columnMoved(TableColumnModelEvent e)
Invoked when a TableColumn is moved within the model.

Parameters:
e - the TableColumnModelEvent describing the update

columnRemoved

void columnRemoved(TableColumnModelEvent e)
Invoked when a TableColumn is removed from the model.

Parameters:
e - the TableColumnModelEvent describing the update

NextApp Echo3
v3.0.b4