public interface PreloaderService
| Modifier and Type | Method and Description |
|---|---|
Collection<PreloadedData> |
preload(Collection<Callable<PreloadedData>> tasks)
Execute preloads with a specific set of preload tasks.
|
Collection<PreloadedData> |
preload(Gadget gadget)
Begin all preload operations.
|
Collection<PreloadedData> preload(Gadget gadget)
gadget - The gadget that the operations will be performed for.Collection<PreloadedData> preload(Collection<Callable<PreloadedData>> tasks)
Copyright © 2007-2012. All Rights Reserved.