com.esri.arcgis.geodatabase
Interface IEnumEventError

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumEventErrorProxy

public interface IEnumEventError
extends java.io.Serializable

COM Interface 'IEnumEventError'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to an enumeration of event source errors.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa9eb56e2_7452_11d4_9fe4_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void next(IRow[] eventRow, int[] locatingError)
          Retrieves the next event error in the enumeration sequence.
 

Field Detail

IIDa9eb56e2_7452_11d4_9fe4_00c04f6bdf06

static final int IIDa9eb56e2_7452_11d4_9fe4_00c04f6bdf06
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

next

void next(IRow[] eventRow,
          int[] locatingError)
          throws java.io.IOException,
                 AutomationException
Retrieves the next event error in the enumeration sequence.

Parameters:
eventRow - A reference to a com.esri.arcgis.geodatabase.IRow (out: use single element array)
locatingError - A com.esri.arcgis.geodatabase.esriLocatingError constant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.