public interface ICancelTrackerSupport
extends java.io.Serializable
Description: 'Classes, performing lengthy operations, should support this interface.' 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 |
IID2d5f0cb5_2334_43f5_876f_45d4fe820ecf |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ICancelTracker |
getCancelTracker()
Cancel tracking interface reference.
|
void |
setCancelTrackerByRef(ICancelTracker pTrackCancel)
Cancel tracking interface reference.
|
static final int IID2d5f0cb5_2334_43f5_876f_45d4fe820ecf
static final int xxDummy
static final java.lang.String IID
void setCancelTrackerByRef(ICancelTracker pTrackCancel) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ICancelTracker (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICancelTracker getCancelTracker() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.