com.sencha.gxt.data.shared.event
Interface StoreRemoveEvent.HasStoreRemoveHandler<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:
StoreRemoveEvent<M>

public static interface StoreRemoveEvent.HasStoreRemoveHandler<M>
extends HasHandlers

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


Method Summary
 HandlerRegistration addStoreRemoveHandler(StoreRemoveEvent.StoreRemoveHandler<M> handler)
          Adds a StoreRemoveEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addStoreRemoveHandler

HandlerRegistration addStoreRemoveHandler(StoreRemoveEvent.StoreRemoveHandler<M> handler)
Adds a StoreRemoveEvent handler.

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


Copyright © 2012. All Rights Reserved.