Copyright © 2005 Scientific Applications. All Rights Reserved.

com.sciapp.table.group
Interface ColumnInvalidatorListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DefaultTreeTableColumnModelAdapter

public interface ColumnInvalidatorListener
extends EventListener

ColumnInvalidatorListener is the listener that is notified when the columns of a TreeTableColumnModel change via additions or removals.


Method Summary
 void columnsInvalidated()
          Method that is called when the columns of a TreeTableColumnModel have changed in some way via additions or removals.
 

Method Detail

columnsInvalidated

void columnsInvalidated()
Method that is called when the columns of a TreeTableColumnModel have changed in some way via additions or removals.


Copyright © 2005 Scientific Applications. All Rights Reserved.