Interface IImageInfoChanged

All Known Implementing Classes:
ImagesControl, SingleImageControl

public interface IImageInfoChanged
Called when the image info changed.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called to inform that new data is available in the instance of ImageInfo.
  • Method Details

    • onChanged

      void onChanged(ImageInfo info)
      Called to inform that new data is available in the instance of ImageInfo.