public abstract class FineResultOperation<Result> extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
MIListener<Result> |
listener
The
MIListener object |
| Constructor and Description |
|---|
FineResultOperation()
A default constructor
|
FineResultOperation(MIListener<Result> listener)
Creates the
FineResultOperation object given the MIListener object |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
abstract Result |
processImageWithResult(MIImage image,
MICallback callback)
Processes an input image and returns the processing result
|
public final MIListener<Result> listener
MIListener objectpublic FineResultOperation()
public FineResultOperation(MIListener<Result> listener)
FineResultOperation object given the MIListener objectlistener - - The MIListener object that delivers the processing resultpublic abstract Result processImageWithResult(MIImage image, MICallback callback) throws MIGenericException
image - - The MIImage object with the imagecallback - - The MICallback object that receives information about the image processing progressMIGenericExceptionpublic void processImage(MIImage image, MICallback callback) throws MIGenericException
processImage in class FineOperationimage - - the MIImage object with the imagecallback - - the MICallback object that receives information about the image processing progressMIGenericException