com.sencha.gxt.data.shared.event
Interface StoreUpdateEvent.StoreUpdateHandler<M>

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

public static interface StoreUpdateEvent.StoreUpdateHandler<M>
extends EventHandler

Handler interface for StoreUpdateEvent.


Method Summary
 void onUpdate(StoreUpdateEvent<M> event)
          Called when StoreUpdateEvent is fired.
 

Method Detail

onUpdate

void onUpdate(StoreUpdateEvent<M> event)
Called when StoreUpdateEvent is fired.

Parameters:
event - the StoreUpdateEvent that was fired


Copyright © 2012. All Rights Reserved.