Package omero.cmd

Class _CmdCallbackTie

    • Constructor Detail

      • _CmdCallbackTie

        public _CmdCallbackTie()
    • Method Detail

      • ice_delegate

        public java.lang.Object ice_delegate()
        Specified by:
        ice_delegate in interface Ice.TieBase
      • ice_delegate

        public void ice_delegate​(java.lang.Object delegate)
        Specified by:
        ice_delegate in interface Ice.TieBase
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • finished

        public void finished​(Response rsp,
                             Status s,
                             Ice.Current __current)
        Description copied from interface: _CmdCallbackOperations
        Called when the command has completed in any fashion including cancellation. The Status.flags list will contain information about whether or not the process was cancelled.
        Specified by:
        finished in interface _CmdCallbackOperations
        __current - The Current object for the invocation.
      • step

        public void step​(int complete,
                         int total,
                         Ice.Current __current)
        Description copied from interface: _CmdCallbackOperations
        Notifies clients that the given number of steps from the total is complete. This method will not necessarily be called for every step.
        Specified by:
        step in interface _CmdCallbackOperations
        __current - The Current object for the invocation.