com.esri.arcgis.editor
Interface IEditEvents4

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IEditEvents4Adapter, IEditEvents4Proxy

public interface IEditEvents4
extends EventListener, Serializable

Provides access to more editor events. Implement it to listen for specific events that occur during an edit session.

When To Use

Provides access to more editor events. Implement it to listen for specific events that occur during an edit session. The events are fired when the ground to grid correction properties on IEditProperties2 are changed.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void onAngularCorrectionOffsetChanged(IEditEvents4OnAngularCorrectionOffsetChangedEvent theEvent)
          Called when Angular Correction Offset is changed.
 void onDistanceCorrectionFactorChanged(IEditEvents4OnDistanceCorrectionFactorChangedEvent theEvent)
          Called when Distance Correction Factor is changed.
 void onUseGroundToGridChanged(IEditEvents4OnUseGroundToGridChangedEvent theEvent)
          Called when Ground to Grid use changes.
 

Method Detail

onUseGroundToGridChanged

void onUseGroundToGridChanged(IEditEvents4OnUseGroundToGridChangedEvent theEvent)
                              throws IOException,
                                     AutomationException
Called when Ground to Grid use changes.

Product Availability

Available with ArcGIS Desktop.

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onAngularCorrectionOffsetChanged

void onAngularCorrectionOffsetChanged(IEditEvents4OnAngularCorrectionOffsetChangedEvent theEvent)
                                      throws IOException,
                                             AutomationException
Called when Angular Correction Offset is changed.

Product Availability

Available with ArcGIS Desktop.

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDistanceCorrectionFactorChanged

void onDistanceCorrectionFactorChanged(IEditEvents4OnDistanceCorrectionFactorChangedEvent theEvent)
                                       throws IOException,
                                              AutomationException
Called when Distance Correction Factor is changed.

Product Availability

Available with ArcGIS Desktop.

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.