com.esri.arcgis.datasourcesraster
Interface ICancelListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
CancelListener

public interface ICancelListener
extends Serializable

Provides access to members that control a raster cancel listener.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ITrackCancel getCancelTracker()
          The current cancel tracker.
 void setCancelTrackerByRef(ITrackCancel ppCancel)
          The current cancel tracker.
 

Method Detail

getCancelTracker

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setCancelTrackerByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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