com.esri.arcgis.editor
Interface IEditEvents4

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IEditEvents4Adapter, IEditEvents4Proxy

public interface IEditEvents4
extends java.util.EventListener, java.io.Serializable

COM Interface 'IEditEvents4'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to more editor events. Implement it to listen for specific events that occur during an edit session.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID99c99d75_78ab_4473_ad87_38a3f0b30e04
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID99c99d75_78ab_4473_ad87_38a3f0b30e04

static final int IID99c99d75_78ab_4473_ad87_38a3f0b30e04
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onUseGroundToGridChanged

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

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

onAngularCorrectionOffsetChanged

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

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

onDistanceCorrectionFactorChanged

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

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