public class IRelationshipClassEventsAdapter extends java.lang.Object implements IRelationshipClassEvents
IID, IIDa6693f58_eff3_11d4_9fef_00c04f6bdf0c, xxDummy
Constructor and Description |
---|
IRelationshipClassEventsAdapter() |
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.
|
public void onCreate(IRelationshipClassEventsOnCreateEvent theEvent) throws java.io.IOException, AutomationException
onCreate
in interface IRelationshipClassEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onDelete(IRelationshipClassEventsOnDeleteEvent theEvent) throws java.io.IOException, AutomationException
onDelete
in interface IRelationshipClassEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onChange(IRelationshipClassEventsOnChangeEvent theEvent) throws java.io.IOException, AutomationException
onChange
in interface IRelationshipClassEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.