com.esri.arcgis.geodatabase
Interface IRepairConnectivityProgressEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IRepairConnectivityProgressEventsAdapter, IRepairConnectivityProgressEventsProxy

public interface IRepairConnectivityProgressEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'IRepairConnectivityProgressEvents'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to events that occur when the Repair Connectivity Tool is progressing through the features.' 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 IIDcfa5b406_5b16_4817_86e5_bc632a7988c8
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDcfa5b406_5b16_4817_86e5_bc632a7988c8

static final int IIDcfa5b406_5b16_4817_86e5_bc632a7988c8
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

putMessage

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

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

maxFeatures

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

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

stepValue

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

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

step

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

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

isCancelled

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

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