Package omero
Class Callback_RType_compare
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.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.
-
-
Constructor Summary
Constructors Constructor Description Callback_RType_compare()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-