com.esri.arcgis.datasourcesraster
Interface ICancelListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CancelListener, ICancelListenerProxy

public interface ICancelListener
extends java.io.Serializable

COM Interface 'ICancelListener'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5ab22d9c_392d_4a9e_873a_3a67abdaa9a7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITrackCancel getCancelTracker()
          The current cancel tracker.
 void setCancelTrackerByRef(ITrackCancel ppCancel)
          The current cancel tracker.
 

Field Detail

IID5ab22d9c_392d_4a9e_873a_3a67abdaa9a7

static final int IID5ab22d9c_392d_4a9e_873a_3a67abdaa9a7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCancelTracker

ITrackCancel getCancelTracker()
                              throws java.io.IOException,
                                     AutomationException
The current cancel tracker.

Returns:
A reference to a com.esri.arcgis.system.ITrackCancel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCancelTrackerByRef

void setCancelTrackerByRef(ITrackCancel ppCancel)
                           throws java.io.IOException,
                                  AutomationException
The current cancel tracker.

Parameters:
ppCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.