public static interface ResourceManager.InitObserver
| Modifier and Type | Method and Description |
|---|---|
void |
initializationFailed(Exception e)
Indicates that there was a failure unpacking our resource bundles.
|
void |
progress(int percent,
long remaining)
Indicates a percent completion along with an estimated time remaining in seconds.
|
void progress(int percent,
long remaining)
void initializationFailed(Exception e)
Copyright © 2015. All rights reserved.