com.sencha.gxt.data.shared.event
Interface StoreRecordChangeEvent.HasStoreRecordChangeHandlers<M>

Type Parameters:
M - the type of data contained in the store
All Superinterfaces:
HasHandlers
All Known Subinterfaces:
StoreHandlers.HasStoreHandlers<M>
All Known Implementing Classes:
ListStore, Store, TreeStore
Enclosing class:
StoreRecordChangeEvent<M>

public static interface StoreRecordChangeEvent.HasStoreRecordChangeHandlers<M>
extends HasHandlers

A class that implements this interface is a public source of StoreRecordChangeEvent.


Method Summary
 HandlerRegistration addStoreRecordChangeHandler(StoreRecordChangeEvent.StoreRecordChangeHandler<M> handler)
          Adds a StoreRecordChangeEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addStoreRecordChangeHandler

HandlerRegistration addStoreRecordChangeHandler(StoreRecordChangeEvent.StoreRecordChangeHandler<M> handler)
Adds a StoreRecordChangeEvent handler.

Parameters:
handler - the handler
Returns:
the registration for the event


Copyright © 2012. All Rights Reserved.