|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOperationProgress
Provides access to members that monitor the progress of an operation such as exporting geodatabase to XML.
Method Summary | |
---|---|
void |
setCurrentOperation(IOperationProgressSetCurrentOperationEvent theEvent)
The current operation process. |
void |
setObjectCount(IOperationProgressSetObjectCountEvent theEvent)
The number of objects in an operation. |
void |
setOperations(IOperationProgressSetOperationsEvent theEvent)
The number of operations to perform. |
void |
startup(IOperationProgressStartupEvent theEvent)
Initiate the operation progress utility. |
Method Detail |
---|
void startup(IOperationProgressStartupEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentOperation(IOperationProgressSetCurrentOperationEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOperations(IOperationProgressSetOperationsEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectCount(IOperationProgressSetObjectCountEvent 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 |