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