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 Type
    Method
    Description
    void
    Called when an asset file has been changed, either using new reference or the file contents.
  • Method Details

    • 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.