public interface ICancelListener
extends java.io.Serializable
Description: 'Provides access to members that control a raster cancel listener.' 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 |
IID5ab22d9c_392d_4a9e_873a_3a67abdaa9a7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ITrackCancel |
getCancelTracker()
The current cancel tracker.
|
void |
setCancelTrackerByRef(ITrackCancel ppCancel)
The current cancel tracker.
|
static final int IID5ab22d9c_392d_4a9e_873a_3a67abdaa9a7
static final int xxDummy
static final java.lang.String IID
ITrackCancel getCancelTracker() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCancelTrackerByRef(ITrackCancel ppCancel) throws java.io.IOException, AutomationException
ppCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.