com.sencha.gxt.data.shared.event
Interface StoreClearEvent.StoreClearHandler<M>

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

public static interface StoreClearEvent.StoreClearHandler<M>
extends EventHandler

Handler interface for StoreClearEvent.


Method Summary
 void onClear(StoreClearEvent<M> event)
          Called when StoreClearEvent is fired.
 

Method Detail

onClear

void onClear(StoreClearEvent<M> event)
Called when StoreClearEvent is fired.

Parameters:
event - the StoreClearEvent that was fired


Copyright © 2012. All Rights Reserved.