Diamond Control Suite 3.0

diamondedge.swing
Interface ColumnClickListener

All Superinterfaces:
EventListener

public interface ColumnClickListener
extends EventListener

The class that is interested in processing a ColumnClick event implements this interface. The object created with that class is then registered with a Table using the table's addColumnClickListener method. When the column header is clicked, the listener object's columnClicked method is invoked.


Method Summary
 void columnClicked(MouseEvent e)
          Invoked when a column header of a Table is clicked.
 

Method Detail

columnClicked

void columnClicked(MouseEvent e)
Invoked when a column header of a Table is clicked. The code written for this method performs the operations that need to occur when a column header is clicked.


Diamond Control Suite 3.0

Diamond Edge and Diamond Control Suite are trademarks or registered trademarks of Diamond Edge, Inc. Copyright 1999-2005 Diamond Edge, Inc. All Rights Reserved.