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