public interface IRowEvents
extends java.io.Serializable
Description: 'Provides access to events that occur when an object is modified, created or deleted.' 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 |
IID8c387320_12c6_11d2_aad1_00c04fa37b81 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
onChanged()
An after event that is fired when a custom object is changed.
|
void |
onDelete()
An after event that is fired when a custom object is deleted.
|
void |
onInitialize()
An after event that is fired when a custom object is initialized.
|
void |
onNew()
An after event that is fired when a custom object is Stored for the first time.
|
void |
onValidate()
An after event that is fired when a custom object is validated.
|
static final int IID8c387320_12c6_11d2_aad1_00c04fa37b81
static final int xxDummy
static final java.lang.String IID
void onChanged() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onDelete() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onInitialize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onNew() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onValidate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.