public interface IDfOperationMonitor
Modifier and Type | Field and Description |
---|---|
static int |
ABORT |
static int |
CONTINUE |
static int |
NO |
static int |
YES |
Modifier and Type | Method and Description |
---|---|
int |
getYesNoAnswer(IDfOperationError question)
Called by operation when an error / warning requires a yes or no response.
|
int |
progressReport(IDfOperation operation,
int operationPercentDone,
IDfOperationStep step,
int stepPercentDone,
IDfOperationNode node) |
int |
reportError(IDfOperationError error)
This method is called when an operation informs the monitor of
the occurance of an error.
|
static final int ABORT
static final int CONTINUE
static final int YES
static final int NO
int reportError(IDfOperationError error) throws DfException
error
- operation error that occurred.DfException
int getYesNoAnswer(IDfOperationError question) throws DfException
question
- operation error requiring a response.DfException
int progressReport(IDfOperation operation, int operationPercentDone, IDfOperationStep step, int stepPercentDone, IDfOperationNode node) throws DfException
DfException;
DfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.