Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::CmdCallback

Overview

interface CmdCallback

Operation Index

step
Notifies clients that the given number of steps from the total is complete.
finished
Called when the command has completed in any fashion including cancellation.

Operations

void step(int complete, int total)

Notifies clients that the given number of steps from the total is complete. This method will not necessarily be called for every step.

void finished(Response rsp, Status s)

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.


Home Previous Up Next Index