com.esri.arcgis.geodatabase
Interface IRepairConnectivityProgressEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IRepairConnectivityProgressEventsAdapter, IRepairConnectivityProgressEventsProxy

public interface IRepairConnectivityProgressEvents
extends EventListener, Serializable

Provides access to events that occur when the Repair Connectivity Tool is progressing through the features.

Product Availability

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


Method Summary
 boolean isCancelled(IRepairConnectivityProgressEventsIsCancelledEvent theEvent)
          Indicates if the cancel button has been clicked.
 void maxFeatures(IRepairConnectivityProgressEventsMaxFeaturesEvent theEvent)
          The maximum number of features to repair.
 void putMessage(IRepairConnectivityProgressEventsPutMessageEvent theEvent)
          The message displayed on the progress window.
 void step(IRepairConnectivityProgressEventsStepEvent theEvent)
          Increments the StepValue.
 void stepValue(IRepairConnectivityProgressEventsStepValueEvent theEvent)
          The current position where the iterator currently is.
 

Method Detail

putMessage

void putMessage(IRepairConnectivityProgressEventsPutMessageEvent theEvent)
                throws IOException,
                       AutomationException
The message displayed on the progress window.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

maxFeatures

void maxFeatures(IRepairConnectivityProgressEventsMaxFeaturesEvent theEvent)
                 throws IOException,
                        AutomationException
The maximum number of features to repair.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stepValue

void stepValue(IRepairConnectivityProgressEventsStepValueEvent theEvent)
               throws IOException,
                      AutomationException
The current position where the iterator currently is.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

step

void step(IRepairConnectivityProgressEventsStepEvent theEvent)
          throws IOException,
                 AutomationException
Increments the StepValue.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCancelled

boolean isCancelled(IRepairConnectivityProgressEventsIsCancelledEvent theEvent)
                    throws IOException,
                           AutomationException
Indicates if the cancel button has been clicked.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Returns:
The isCancelled
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.