C - the type of config to request the dataM - the type of data to be loadedpublic static interface LoaderHandler.HasLoaderHandlers<C,M> extends LoadHandler.HasLoadHandlers<C,M>, LoadExceptionEvent.HasLoadExceptionHandlers<C>, BeforeLoadEvent.HasBeforeLoadHandlers<C>
Loader events, BeforeLoadEvent, LoadEvent, and
LoadExceptionEvent.| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addLoaderHandler(LoaderHandler<C,M> handler)
Adds a
LoadEvent handler. |
addLoadHandleraddLoadExceptionHandleraddBeforeLoadHandlerHandlerRegistration addLoaderHandler(LoaderHandler<C,M> handler)
LoadEvent handler.handler - the handlerCopyright © 2012. All Rights Reserved.