com.esri.arcgis.geodatabasedistributed
Class OperationProgress

java.lang.Object
  extended by com.esri.arcgis.geodatabasedistributed.OperationProgress
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class OperationProgress
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef

COM Class 'OperationProgress'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description 'Helper coclass for working with the nondefault outbound IOperationProgress interface in VB.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Constructor Summary
OperationProgress(java.lang.Object obj)
          Construct a OperationProgress using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void addIOperationProgressListener(IOperationProgress theListener)
          addIOperationProgressListener.
 boolean equals(java.lang.Object o)
          Compare this object with another
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void release()
          Release a OperationProgress.
 void removeIOperationProgressListener(IOperationProgress theListener)
          removeIOperationProgressListener.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationProgress

public OperationProgress(java.lang.Object obj)
                  throws java.io.IOException
Construct a OperationProgress using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to OperationProgress.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
OperationProgress o = (OperationProgress)obj; // will not work

OperationProgress o = new OperationProgress(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems OperationProgress theOperationProgress = (OperationProgress) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

addIOperationProgressListener

public void addIOperationProgressListener(IOperationProgress theListener)
                                   throws java.io.IOException
addIOperationProgressListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geodatabasedistributed.IOperationProgress interface.
Throws:
java.io.IOException - If there are communications problems.

removeIOperationProgressListener

public void removeIOperationProgressListener(IOperationProgress theListener)
                                      throws java.io.IOException
removeIOperationProgressListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geodatabasedistributed.IOperationProgress interface.
Throws:
java.io.IOException - If there are communications problems.

release

public void release()
Release a OperationProgress.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef