public interface IRelationshipClassEvents
extends java.util.EventListener, java.io.Serializable
Description: 'Provides access to events that occur with a relationship class.' 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 |
IIDa6693f58_eff3_11d4_9fef_00c04f6bdf0c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
onChange(IRelationshipClassEventsOnChangeEvent theEvent)
This event is fired when a relationship's attributes are updated.
|
void |
onCreate(IRelationshipClassEventsOnCreateEvent theEvent)
This event is fired when a new relationship is created in the relationship class.
|
void |
onDelete(IRelationshipClassEventsOnDeleteEvent theEvent)
This event is fired when an relationship is deleted from the relationship class.
|
static final int IIDa6693f58_eff3_11d4_9fef_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
void onCreate(IRelationshipClassEventsOnCreateEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onDelete(IRelationshipClassEventsOnDeleteEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onChange(IRelationshipClassEventsOnChangeEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.