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