com.esri.arcgis.geodatabase
Class IRelationshipClassEventsAdapter

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRelationshipClassEvents
IID, IIDa6693f58_eff3_11d4_9fef_00c04f6bdf0c, xxDummy
 
Constructor Summary
IRelationshipClassEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRelationshipClassEventsAdapter

public IRelationshipClassEventsAdapter()
Method Detail

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.