com.esri.arcgis.editor
Class IEditEventsOnChangeFeatureEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditEventsOnChangeFeatureEvent
- All Implemented Interfaces:
- Serializable
public class IEditEventsOnChangeFeatureEvent
- extends EventObject
Remarks
Whenever a new feature is changed the OnChangeFeature event is fired. The changed feature is passed to all listening clients via the IObject parameter.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- See Also:
- Serialized Form
IEditEventsOnChangeFeatureEvent
public IEditEventsOnChangeFeatureEvent(Object source)
init
public void init(IObject obj)
getObj
public final IObject getObj()