|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelationshipClassEvents
COM Interface 'IRelationshipClassEvents'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa6693f58_eff3_11d4_9fef_00c04f6bdf0c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDa6693f58_eff3_11d4_9fef_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void onCreate(IRelationshipClassEventsOnCreateEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.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 event
java.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 event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |