com.esri.arcgis.geodatabase
Class IObjectClassSchemaEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.IObjectClassSchemaEventsAdapter
All Implemented Interfaces:
IObjectClassSchemaEvents, java.io.Serializable, java.util.EventListener

public class IObjectClassSchemaEventsAdapter
extends java.lang.Object
implements IObjectClassSchemaEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.IObjectClassSchemaEvents'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IObjectClassSchemaEvents
IID, IIDf1e8911b_6bc5_11d3_a021_00c04f6bdf0e, xxDummy
 
Constructor Summary
IObjectClassSchemaEventsAdapter()
           
 
Method Summary
 void onAddField(IObjectClassSchemaEventsOnAddFieldEvent theEvent)
          This event is fired when a new field is added to the object class.
 void onBehaviorChanged(IObjectClassSchemaEventsOnBehaviorChangedEvent theEvent)
          This event is fired when the behavior class for the object class changes.
 void onDeleteField(IObjectClassSchemaEventsOnDeleteFieldEvent theEvent)
          This event is fired when a field is deleted from the object class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IObjectClassSchemaEventsAdapter

public IObjectClassSchemaEventsAdapter()
Method Detail

onAddField

public void onAddField(IObjectClassSchemaEventsOnAddFieldEvent theEvent)
                throws java.io.IOException,
                       AutomationException
This event is fired when a new field is added to the object class.

Specified by:
onAddField in interface IObjectClassSchemaEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDeleteField

public void onDeleteField(IObjectClassSchemaEventsOnDeleteFieldEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
This event is fired when a field is deleted from the object class.

Specified by:
onDeleteField in interface IObjectClassSchemaEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onBehaviorChanged

public void onBehaviorChanged(IObjectClassSchemaEventsOnBehaviorChangedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
This event is fired when the behavior class for the object class changes.

Specified by:
onBehaviorChanged in interface IObjectClassSchemaEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.