com.esri.arcgis.editor
Interface IEditEvents3

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IEditEvents3Adapter, IEditEvents3Proxy

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

COM Interface 'IEditEvents3'. 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 IIDc922ea53_634f_4042_9bbe_d1a485e7d265
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent)
          Called before the edit sketch is drawn.
 

Field Detail

IIDc922ea53_634f_4042_9bbe_d1a485e7d265

static final int IIDc922ea53_634f_4042_9bbe_d1a485e7d265
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

beforeDrawSketch

void beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Called before the edit sketch is drawn.

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