com.smartgwt.client.widgets.grid.events
Interface HasSortChangedHandlers

All Superinterfaces:
HasHandlers

public interface HasSortChangedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addSortChangedHandler(SortChangedHandler handler)
          Notification method executed when the sort specifiers change for this grid.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addSortChangedHandler

HandlerRegistration addSortChangedHandler(SortChangedHandler handler)
Notification method executed when the sort specifiers change for this grid.

Parameters:
handler - the sortChanged handler
Returns:
HandlerRegistration used to remove this handler