Package com.iizix.prop
Interface IAssetReferenceListener
- All Known Subinterfaces:
ILastVerified
- All Known Implementing Classes:
EditorFontFile
,EditorImageDefinition
,EditorImageResolution
,EditorImagesDefinition
,EditorImagesResolution
,EditorImagesStyle
,EditorImageStyle
,EditorImageStyleLocation
,EditorImageStylesResolution
,EditorStyledImageDefinition
,EditorSVGDefinition
,FontFile
,ImageDefinition
,ImageResolution
,ImagesDefinition
,ImagesResolution
,ImagesStyle
,ImageStyle
,ImageStyleLocation
,ImageStylesResolution
,StyledImageDefinition
,SVGDefinition
public interface IAssetReferenceListener
Interface that can be implemented by a property container that has anAssetReference
. Whenever the reference changes, or the file has been changed, this interface is informed.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAssetReferenceChanged(AssetReference ref)
Called when an asset file has been changed, either using new reference or the file contents.
Method Detail
onAssetReferenceChanged
void onAssetReferenceChanged(AssetReference ref)
Called when an asset file has been changed, either using new reference or the file contents. This enables verification of e.g. image size.