public interface _CmdCallbackOperations
Modifier and Type | Method and Description |
---|---|
void |
finished(Response rsp,
Status s,
Ice.Current __current)
Called when the command has completed in any fashion
including cancellation.
|
void |
step(int complete,
int total,
Ice.Current __current)
Notifies clients that the given number of steps
from the total is complete.
|
void step(int complete, int total, Ice.Current __current)
__current
- The Current object for the invocation.void finished(Response rsp, Status s, Ice.Current __current)
Status.flags
list will
contain information about whether or not the process
was cancelled.__current
- The Current object for the invocation.