ElegantJ Data Tables Java API Specification v1.1

com.elegantj.awt.table
Interface TableSortListener

All Superinterfaces:
java.util.EventListener

public interface TableSortListener
extends java.util.EventListener

Defines an object which listens for TableSortEvent


Method Summary
 void afterSorting(TableSortEvent e)
          Method which invoked after the sort is performed
 void beforeSorting(TableSortEvent e)
          Method which invoked before the sort is performed
 

Method Detail

beforeSorting

public void beforeSorting(TableSortEvent e)
Method which invoked before the sort is performed

Parameters:
e - The TableSortEvent

afterSorting

public void afterSorting(TableSortEvent e)
Method which invoked after the sort is performed

Parameters:
e - The TableSortEvent

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.