Interface IImageInfoChanged

All Known Implementing Classes:
ImagesControl, SingleImageControl

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

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

    • onChanged Link icon

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