com.sage.swt.client.widget.table.event
Interface ColumnActionHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface ColumnActionHandler
extends com.google.gwt.event.shared.EventHandler

Handler interface for ColumnActionEvent events.


Method Summary
 void onColumnAction(ColumnActionEvent event)
          Called when a ColumnSortingEvent is fired.
 

Method Detail

onColumnAction

void onColumnAction(ColumnActionEvent event)
Called when a ColumnSortingEvent is fired.

Parameters:
event -


Copyright © 2011 Sage Software, Inc. All rights reserved.