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 SummaryModifier and TypeMethodDescription- voidCalled when an asset file has been changed, either using new reference or the file contents.
- Method Details- onAssetReferenceChangedCalled when an asset file has been changed, either using new reference or the file contents. This enables verification of e.g. image size.