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.EventHandler
Handler interface forStoreClearEvent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClear(StoreClearEvent<M> event)
Called whenStoreClearEvent
is fired.
-
-
-
Method Detail
-
onClear
void onClear(StoreClearEvent<M> event)
Called whenStoreClearEvent
is fired.- Parameters:
event
- theStoreClearEvent
that was fired
-
-