Copyright © 2005 Scientific Applications. All Rights Reserved.

com.sciapp.event
Interface GroupTableColumnModelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
FilterTableHeader, GroupTableHeader, TreeTableHeader

public interface GroupTableColumnModelListener
extends EventListener

GroupTableColumnModelListener defines the interface for an object that listens to changes in a GroupTableColumnModel.


Method Summary
 void groupColumnsInserted(GroupTableColumnModelEvent e)
          Tells listeners that group columns were added to the model.
 void groupColumnsRemoved(GroupTableColumnModelEvent e)
          Tells listeners that group columns were removed from the model.
 

Method Detail

groupColumnsInserted

void groupColumnsInserted(GroupTableColumnModelEvent e)
Tells listeners that group columns were added to the model.

Parameters:
e - the event that identifies the addition.

groupColumnsRemoved

void groupColumnsRemoved(GroupTableColumnModelEvent e)
Tells listeners that group columns were removed from the model.

Parameters:
e - the event that identifies the removal

Copyright © 2005 Scientific Applications. All Rights Reserved.