|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBufferProgress
COM Interface 'IBufferProgress'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID073823ce_6e7f_475c_947e_99c207f82100
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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(int stepsCompleted,
int numSteps)
Called periodically to report number of steps completed in current stage. |
Field Detail |
---|
static final int IID073823ce_6e7f_475c_947e_99c207f82100
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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(int stepsCompleted, int numSteps) throws java.io.IOException, AutomationException
stepsCompleted
- The stepsCompleted (in)numSteps
- The numSteps (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |