Package omero

Class Callback_RType_compare

  • All Implemented Interfaces:
    Ice.TwowayCallback, Ice.TwowayCallbackInt

    public abstract class Callback_RType_compare
    extends IceInternal.TwowayCallback
    implements Ice.TwowayCallbackInt
    Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
     rbool(true).compare(rbool(true)) == 0
     
    This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void __completed​(Ice.AsyncResult __result)  
      • 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.TwowayCallbackInt

        response
    • Constructor Detail

      • Callback_RType_compare

        public Callback_RType_compare()
    • Method Detail

      • __completed

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