com.sencha.gxt.data.shared.event
Interface StoreFilterEvent.HasStoreFilterHandlers<M>

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

public static interface StoreFilterEvent.HasStoreFilterHandlers<M>
extends EventHandler

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


Method Summary
 HandlerRegistration addStoreFilterHandler(StoreFilterEvent.StoreFilterHandler<M> handler)
          Adds a StoreFilterEvent handler.
 

Method Detail

addStoreFilterHandler

HandlerRegistration addStoreFilterHandler(StoreFilterEvent.StoreFilterHandler<M> handler)
Adds a StoreFilterEvent handler.

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


Copyright © 2012. All Rights Reserved.