NextApp Echo3 Extras
v3.0.b4

nextapp.echo.extras.app.event
Interface TreeColumnModelListener

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

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

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


Method Summary
 void columnAdded(TreeColumnModelEvent e)
          Invoked when a TableColumn is added to the model.
 void columnMoved(TreeColumnModelEvent e)
          Invoked when a TableColumn is moved within the model.
 void columnRemoved(TreeColumnModelEvent e)
          Invoked when a TableColumn is removed from the model.
 void columnResized(TreeColumnModelEvent e)
          Invoked when a TableColumn is resized.
 

Method Detail

columnAdded

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

Parameters:
e - the TableColumnModelEvent describing the update

columnMoved

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

Parameters:
e - the TableColumnModelEvent describing the update

columnRemoved

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

Parameters:
e - the TableColumnModelEvent describing the update

columnResized

void columnResized(TreeColumnModelEvent e)
Invoked when a TableColumn is resized.

Parameters:
e - the TableColumnModelEvent describing the update

NextApp Echo3 Extras
v3.0.b4