public interface IEnumEventError
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa9eb56e2_7452_11d4_9fe4_00c04f6bdf06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
next(IRow[] eventRow,
int[] locatingError)
Retrieves the next event error in the enumeration sequence.
|
static final int IIDa9eb56e2_7452_11d4_9fe4_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
void next(IRow[] eventRow, int[] locatingError) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.