com.esri.arcgis.geodatabase
Class IObjectClassEventsOnChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.geodatabase.IObjectClassEventsOnChangeEvent
All Implemented Interfaces:
Serializable

public class IObjectClassEventsOnChangeEvent
extends EventObject

Remarks

In the event that a feature should be deleted due to an OnChange event, it is not recommended that the event handler delete the feature itself. Instead, an exception should be thrown to the application, where it can be made responsible for deleting the feature.

The OnChange event is not fired during a Topology Validation for performance reasons as a large number of features may be changed during a Validate. In addition, features may be changed many times.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IObjectClassEventsOnChangeEvent(Object source)
           
 
Method Summary
 IObject getObj()
           
 void init(IObject obj)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IObjectClassEventsOnChangeEvent

public IObjectClassEventsOnChangeEvent(Object source)
Method Detail

init

public void init(IObject obj)

getObj

public final IObject getObj()