public interface IBufferProgress
extends java.io.Serializable
Description: 'Implemented by clients to receive reports of buffer operation progress.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID073823ce_6e7f_475c_947e_99c207f82100 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
onOperationBegin(int currentOperation,
int numOperations)
Called at the beginning of each buffer operation.
|
boolean |
onStageBegin(int currentStage,
int currentNumStages)
Called at the beginning of the next buffering stage within an operation.
|
boolean |
onStepCompleted(long stepsCompleted,
long numSteps)
Called periodically to report number of steps completed in current stage.
|
static final int IID073823ce_6e7f_475c_947e_99c207f82100
static final int xxDummy
static final java.lang.String IID
boolean onOperationBegin(int currentOperation,
int numOperations)
throws java.io.IOException,
AutomationException
currentOperation - The currentOperation (in)numOperations - The numOperations (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean onStageBegin(int currentStage,
int currentNumStages)
throws java.io.IOException,
AutomationException
currentStage - The currentStage (in)currentNumStages - The currentNumStages (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean onStepCompleted(long stepsCompleted,
long numSteps)
throws java.io.IOException,
AutomationException
stepsCompleted - Signed 64-bit int (in)numSteps - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.