C - the type of config to request the dataM - the type of data to be loadedpublic interface LoaderHandler<C,M> extends BeforeLoadEvent.BeforeLoadHandler<C>, LoadExceptionEvent.LoadExceptionHandler<C>, LoadHandler<C,M>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoaderHandler.HasLoaderHandlers<C,M>
A loader that implements this interface is a public source of all
Loader events, BeforeLoadEvent, LoadEvent, and
LoadExceptionEvent. |
LoadHandler.HasLoadHandlers<M,C>onBeforeLoadonLoadExceptiononLoadCopyright © 2012. All Rights Reserved.