com.sencha.gxt.data.shared.event
Interface StoreAddEvent.StoreAddHandler<M>

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

public static interface StoreAddEvent.StoreAddHandler<M>
extends EventHandler

Handler interface for StoreAddEvent.


Method Summary
 void onAdd(StoreAddEvent<M> event)
          Called when StoreAddEvent is fired.
 

Method Detail

onAdd

void onAdd(StoreAddEvent<M> event)
Called when StoreAddEvent is fired.

Parameters:
event - the StoreAddEvent that was fired


Copyright © 2012. All Rights Reserved.