Package com.iizix.prop
Interface IAssetReferencesListener
-
public interface IAssetReferencesListener
Interface that can be implemented by a property container that has anAssetReferences
. Whenever one of the references changes, or one of the files changed, this interface is informed.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAssetReferenceChanged(AssetReferences refs)
Called when an asset file has been changed, either using new reference or the file contents.
-
-
-
Method Detail
-
onAssetReferenceChanged
void onAssetReferenceChanged(AssetReferences refs)
Called when an asset file has been changed, either using new reference or the file contents. This enables verification of e.g. image size.
-
-