JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Interface JCSortListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCSortAdapter

public interface JCSortListener
extends EventListener

The listener interface for receiving JCSortEvent objects.

See Also:
JCTable.addSortListener(com.klg.jclass.table.JCSortListener), JCSortEvent

Method Summary
 void sort(com.klg.jclass.table.JCSortEvent e)
          Invoked after the table is sorted.
 

Method Detail

sort

public void sort(com.klg.jclass.table.JCSortEvent e)
Invoked after the table is sorted.


Copyright © 2004 Quest Software Inc..
All rights reserved.