public static interface ITextureAtlas.ITextureAtlasStateListener<T extends ITextureAtlasSource> extends ITextureStateListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
ITextureAtlas.ITextureAtlasStateListener.DebugTextureAtlasStateListener<T extends ITextureAtlasSource> |
static class |
ITextureAtlas.ITextureAtlasStateListener.TextureAtlasStateAdapter<T extends ITextureAtlasSource> |
| Modifier and Type | Method and Description |
|---|---|
void |
onTextureAtlasSourceLoaded(ITextureAtlas<T> pTextureAtlas,
T pTextureAtlasSource) |
void |
onTextureAtlasSourceLoadExeption(ITextureAtlas<T> pTextureAtlas,
T pTextureAtlasSource,
java.lang.Throwable pThrowable) |
onLoadedToHardware, onUnloadedFromHardwarevoid onTextureAtlasSourceLoaded(ITextureAtlas<T> pTextureAtlas, T pTextureAtlasSource)
void onTextureAtlasSourceLoadExeption(ITextureAtlas<T> pTextureAtlas, T pTextureAtlasSource, java.lang.Throwable pThrowable)