com.sencha.gxt.data.shared.event
Interface StoreSortEvent.StoreSortHandler<M>

Type Parameters:
M - the type of data contained in the store
All Superinterfaces:
EventHandler
All Known Subinterfaces:
StoreHandlers<M>
Enclosing class:
StoreSortEvent<M>

public static interface StoreSortEvent.StoreSortHandler<M>
extends EventHandler

Handler interface for StoreSortEvent.


Method Summary
 void onSort(StoreSortEvent<M> event)
          Called when StoreSortEvent is fired.
 

Method Detail

onSort

void onSort(StoreSortEvent<M> event)
Called when StoreSortEvent is fired.

Parameters:
event - the StoreSortEvent that was fired


Copyright © 2012. All Rights Reserved.