public class ThemeLoader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThemeLoader.ThemeAsyncCallback |
static interface |
ThemeLoader.ThemeBundle |
| Constructor and Description |
|---|
ThemeLoader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
loadAsync(ThemeLoader.ThemeBundle bundle,
ThemeLoader.ThemeAsyncCallback callback)
Load a provided
ThemeLoader.ThemeBundle asynchronously. |
static void |
unload()
Unload the current loaded theme.
|
public ThemeLoader()
public static void loadAsync(ThemeLoader.ThemeBundle bundle, ThemeLoader.ThemeAsyncCallback callback)
ThemeLoader.ThemeBundle asynchronously.bundle - The required theme bundle.callback - The async callback.public static void unload()
Copyright © 2017. All rights reserved.