com.esri.arcgis.geodatabase
Class IRelationshipClassEventsAdapter
java.lang.Object
com.esri.arcgis.geodatabase.IRelationshipClassEventsAdapter
- All Implemented Interfaces:
- IRelationshipClassEvents, java.io.Serializable, java.util.EventListener
public class IRelationshipClassEventsAdapter
- extends java.lang.Object
- implements IRelationshipClassEvents
Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.IRelationshipClassEvents'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRelationshipClassEventsAdapter
public IRelationshipClassEventsAdapter()
onCreate
public void onCreate(IRelationshipClassEventsOnCreateEvent theEvent)
throws java.io.IOException,
AutomationException
- This event is fired when a new relationship is created in the relationship class.
- Specified by:
onCreate
in interface IRelationshipClassEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onDelete
public void onDelete(IRelationshipClassEventsOnDeleteEvent theEvent)
throws java.io.IOException,
AutomationException
- This event is fired when an relationship is deleted from the relationship class.
- Specified by:
onDelete
in interface IRelationshipClassEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onChange
public void onChange(IRelationshipClassEventsOnChangeEvent theEvent)
throws java.io.IOException,
AutomationException
- This event is fired when a relationship's attributes are updated.
- Specified by:
onChange
in interface IRelationshipClassEvents
- Parameters:
theEvent
- The event
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.