public static class ITextureAtlas.ITextureAtlasStateListener.TextureAtlasStateAdapter<T extends ITextureAtlasSource> extends java.lang.Object implements ITextureAtlas.ITextureAtlasStateListener<T>
ITextureAtlas.ITextureAtlasStateListener.DebugTextureAtlasStateListener<T extends ITextureAtlasSource>, ITextureAtlas.ITextureAtlasStateListener.TextureAtlasStateAdapter<T extends ITextureAtlasSource>| Constructor and Description |
|---|
TextureAtlasStateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onLoadedToHardware(ITexture pTexture) |
void |
onTextureAtlasSourceLoaded(ITextureAtlas<T> pTextureAtlas,
T pTextureAtlasSource) |
void |
onTextureAtlasSourceLoadExeption(ITextureAtlas<T> pTextureAtlas,
T pTextureAtlasSource,
java.lang.Throwable pThrowable) |
void |
onUnloadedFromHardware(ITexture pTexture) |
public void onLoadedToHardware(ITexture pTexture)
onLoadedToHardware in interface ITextureStateListenerpublic void onTextureAtlasSourceLoaded(ITextureAtlas<T> pTextureAtlas, T pTextureAtlasSource)
onTextureAtlasSourceLoaded in interface ITextureAtlas.ITextureAtlasStateListener<T extends ITextureAtlasSource>public void onTextureAtlasSourceLoadExeption(ITextureAtlas<T> pTextureAtlas, T pTextureAtlasSource, java.lang.Throwable pThrowable)
onTextureAtlasSourceLoadExeption in interface ITextureAtlas.ITextureAtlasStateListener<T extends ITextureAtlasSource>public void onUnloadedFromHardware(ITexture pTexture)
onUnloadedFromHardware in interface ITextureStateListener