|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepairConnectivityProgressEvents
Provides access to events that occur when the Repair Connectivity Tool is progressing through the features.
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 |
---|
void putMessage(IRepairConnectivityProgressEventsPutMessageEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void maxFeatures(IRepairConnectivityProgressEventsMaxFeaturesEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stepValue(IRepairConnectivityProgressEventsStepValueEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void step(IRepairConnectivityProgressEventsStepEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCancelled(IRepairConnectivityProgressEventsIsCancelledEvent theEvent) throws IOException, AutomationException
theEvent
- 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 |