Home | History | Annotate | Download | only in asset

Lines Matching refs:asset

33 package com.jme3.asset;
38 * to receive an event when an asset has been requested
40 * an asset has been loaded.
47 * Called when an asset has been successfully loaded (e.g: loaded from
50 * @param key the AssetKey for the asset loaded.
55 * Called when an asset has been requested (e.g any of the load*** methods
58 * if the asset has failed to load, or if it was retrieved from the cache.
65 * Called when an asset dependency cannot be found for an asset.
66 * When an asset is loaded, each of its dependent assets that
70 * @param parentKey The key of the parent asset that is being loaded
72 * @param dependentAssetKey The asset key of the dependent asset that has