Package omero.api

Class Callback_IRoi_getMeasuredRoisMap

  • All Implemented Interfaces:
    Ice.TwowayCallback, Ice.TwowayCallbackArg1<java.util.Map<java.lang.Long,​RoiResult>>, Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,​RoiResult>>

    public abstract class Callback_IRoi_getMeasuredRoisMap
    extends IceInternal.TwowayCallback
    implements Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,​RoiResult>>
    Deprecated.
    IROI is deprecated.
    Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void __completed​(Ice.AsyncResult __result)
      Deprecated.
       
      • Methods inherited from class IceInternal.TwowayCallback

        __hasSentCallback, __sent, exception, sent
      • Methods inherited from class IceInternal.CallbackBase

        check
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Ice.TwowayCallback

        exception, exception
      • Methods inherited from interface Ice.TwowayCallbackArg1

        response
      • Methods inherited from interface Ice.TwowayCallbackArg1UE

        exception
    • Constructor Detail

      • Callback_IRoi_getMeasuredRoisMap

        public Callback_IRoi_getMeasuredRoisMap()
        Deprecated.
    • Method Detail

      • __completed

        public final void __completed​(Ice.AsyncResult __result)
        Deprecated.
        Specified by:
        __completed in class IceInternal.CallbackBase