|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface AssetEventListener
AssetEventListener
is an interface for listening to various
events happening inside AssetManager
. For now, it is possible
to receive an event when an asset has been requested
(one of the AssetManager.load***() methods were called), or when
an asset has been loaded.
メソッドの概要 | |
---|---|
void |
assetLoaded(AssetKey key)
Called when an asset has been successfully loaded (e.g: loaded from file system and parsed). |
void |
assetRequested(AssetKey key)
Called when an asset has been requested (e.g any of the load*** methods in AssetManager are called). |
メソッドの詳細 |
---|
void assetLoaded(AssetKey key)
key
- the AssetKey for the asset loaded.void assetRequested(AssetKey key)
key
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |