com.sencha.gxt.data.shared.loader
Interface LoadHandler.HasLoadHandlers<M,C>
- Type Parameters:
M - the type of data to be loadedC - the type of config to request the data
- All Known Subinterfaces:
- LoaderHandler.HasLoaderHandlers<C,M>
- All Known Implementing Classes:
- ListLoader, Loader, PagingLoader, TreeLoader
- Enclosing interface:
- LoadHandler<C,M>
public static interface LoadHandler.HasLoadHandlers<M,C>
A loader that implements this interface is a public source of
LoadEvent events.
addLoadHandler
HandlerRegistration addLoadHandler(LoadHandler<M,C> handler)
- Adds a
LoadEvent handler.
- Parameters:
handler - the handler
- Returns:
- the registration for the event
Copyright © 2012. All Rights Reserved.