com.esri.arcgis.geodatabasedistributed
Class IOperationProgressAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabasedistributed.IOperationProgressAdapter
All Implemented Interfaces:
IOperationProgress, java.io.Serializable, java.util.EventListener

public class IOperationProgressAdapter
extends java.lang.Object
implements IOperationProgress

Adapter for COM Event Interface 'com.esri.arcgis.geodatabasedistributed.IOperationProgress'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

See Also:
Serialized Form

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

IOperationProgressAdapter

public IOperationProgressAdapter()
Method Detail

startup

public void startup(IOperationProgressStartupEvent theEvent)
             throws java.io.IOException,
                    AutomationException
Initiate the operation progress utility.

Specified by:
startup in interface IOperationProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentOperation

public void setCurrentOperation(IOperationProgressSetCurrentOperationEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
The current operation process.

Specified by:
setCurrentOperation in interface IOperationProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOperations

public void setOperations(IOperationProgressSetOperationsEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
The number of operations to perform.

Specified by:
setOperations in interface IOperationProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectCount

public void setObjectCount(IOperationProgressSetObjectCountEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
The number of objects in an operation.

Specified by:
setObjectCount in interface IOperationProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.