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.
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 Edge and Diamond Control Suite are trademarks or registered trademarks of Diamond Edge, Inc. Copyright 1999-2005 Diamond Edge, Inc. All Rights Reserved.