Package com.sencha.gxt.data.shared.event
Interface StoreClearEvent.StoreClearHandler<M>
-
- Type Parameters:
M- the type of data contained in the store
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Subinterfaces:
StoreHandlers<M>
- Enclosing class:
- StoreClearEvent<M>
public static interface StoreClearEvent.StoreClearHandler<M> extends com.google.gwt.event.shared.EventHandlerHandler interface forStoreClearEvent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClear(StoreClearEvent<M> event)Called whenStoreClearEventis fired.
-
-
-
Method Detail
-
onClear
void onClear(StoreClearEvent<M> event)
Called whenStoreClearEventis fired.- Parameters:
event- theStoreClearEventthat was fired
-
-