com.esri.arcgis.geodatabase
Class IObjectClassSchemaEventsAdapter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IObjectClassSchemaEventsAdapter
public IObjectClassSchemaEventsAdapter()
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.