com.google.gwt.widgetideas.table.client
Interface SortableColumnsListener

All Superinterfaces:
java.util.EventListener

public interface SortableColumnsListener
extends java.util.EventListener

Event listener interface for column sort events.


Method Summary
 void onColumnSorted(TableModel.ColumnSortList sortList)
          Fired when the currently sorted column changes.
 

Method Detail

onColumnSorted

void onColumnSorted(TableModel.ColumnSortList sortList)
Fired when the currently sorted column changes.

Parameters:
sortList - the list of sorted columns