|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabasedistributed.IOperationProgressAdapter
public class IOperationProgressAdapter
Constructor Summary | |
---|---|
IOperationProgressAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IOperationProgressAdapter()
Method Detail |
---|
public void startup(IOperationProgressStartupEvent theEvent) throws IOException, AutomationException
startup
in interface IOperationProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentOperation(IOperationProgressSetCurrentOperationEvent theEvent) throws IOException, AutomationException
setCurrentOperation
in interface IOperationProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOperations(IOperationProgressSetOperationsEvent theEvent) throws IOException, AutomationException
setOperations
in interface IOperationProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectCount(IOperationProgressSetObjectCountEvent theEvent) throws IOException, AutomationException
setObjectCount
in interface IOperationProgress
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 |