|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.IRepairConnectivityProgressEventsAdapter
public class IRepairConnectivityProgressEventsAdapter
| 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 |
|---|
public IRepairConnectivityProgressEventsAdapter()
| Method Detail |
|---|
public void putMessage(IRepairConnectivityProgressEventsPutMessageEvent theEvent)
throws IOException,
AutomationException
putMessage in interface IRepairConnectivityProgressEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void maxFeatures(IRepairConnectivityProgressEventsMaxFeaturesEvent theEvent)
throws IOException,
AutomationException
maxFeatures in interface IRepairConnectivityProgressEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stepValue(IRepairConnectivityProgressEventsStepValueEvent theEvent)
throws IOException,
AutomationException
stepValue in interface IRepairConnectivityProgressEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void step(IRepairConnectivityProgressEventsStepEvent theEvent)
throws IOException,
AutomationException
step in interface IRepairConnectivityProgressEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCancelled(IRepairConnectivityProgressEventsIsCancelledEvent theEvent)
throws IOException,
AutomationException
isCancelled in interface IRepairConnectivityProgressEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||