|
|||||||||
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
Adapter for COM Event Interface 'com.esri.arcgis.geodatabasedistributed.IOperationProgress'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IOperationProgress |
---|
IID, IID7e1f4a6f_a857_475f_82ea_a089122dbdd4, xxDummy |
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 java.io.IOException, AutomationException
startup
in interface IOperationProgress
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentOperation(IOperationProgressSetCurrentOperationEvent theEvent) throws java.io.IOException, AutomationException
setCurrentOperation
in interface IOperationProgress
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOperations(IOperationProgressSetOperationsEvent theEvent) throws java.io.IOException, AutomationException
setOperations
in interface IOperationProgress
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectCount(IOperationProgressSetObjectCountEvent theEvent) throws java.io.IOException, AutomationException
setObjectCount
in interface IOperationProgress
theEvent
- The event
java.io.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 |