Package omero.api

Interface AMD_ThumbnailStore_isInProgress

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_ThumbnailStore_isInProgress
    extends Ice.AMDCallback
    This returns the last available in progress state for a thumbnail. Its return value is only expected to be valid after the call to any of the individual thumbnail retrieval methods.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(boolean __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(boolean __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) true if the image is in the process of being imported or a pyramid is being generated for it.