com.esri.arcgis.geodatabase
Class IRepairConnectivityProgressEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.IRepairConnectivityProgressEventsAdapter
All Implemented Interfaces:
IRepairConnectivityProgressEvents, java.io.Serializable, java.util.EventListener

public class IRepairConnectivityProgressEventsAdapter
extends java.lang.Object
implements IRepairConnectivityProgressEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.IRepairConnectivityProgressEvents'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRepairConnectivityProgressEvents
IID, IIDcfa5b406_5b16_4817_86e5_bc632a7988c8, xxDummy
 
Constructor Summary
IRepairConnectivityProgressEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRepairConnectivityProgressEventsAdapter

public IRepairConnectivityProgressEventsAdapter()
Method Detail

putMessage

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

Specified by:
putMessage in interface IRepairConnectivityProgressEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

maxFeatures

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

Specified by:
maxFeatures in interface IRepairConnectivityProgressEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stepValue

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

Specified by:
stepValue in interface IRepairConnectivityProgressEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

step

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

Specified by:
step in interface IRepairConnectivityProgressEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCancelled

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

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