com.esri.arcgis.editor
Interface IEditEvents5

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IEditEvents5Adapter, IEditEvents5Proxy

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

COM Interface 'IEditEvents5'. 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 IIDaccccee1_1272_44cd_a484_555020b84878
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onCurrentTemplateChanged(IEditEvents5OnCurrentTemplateChangedEvent theEvent)
          Called when the current template changes.
 void onShapeConstructorChanged(IEditEvents5OnShapeConstructorChangedEvent theEvent)
          Called when the Shape Constructor changes.
 void onTemplateModified(IEditEvents5OnTemplateModifiedEvent theEvent)
          Called when a template is modified.
 void onTemplatesAdded(IEditEvents5OnTemplatesAddedEvent theEvent)
          Called when a templates are added.
 void onTemplatesRemoved(IEditEvents5OnTemplatesRemovedEvent theEvent)
          Called when a templates are removed.
 void onVertexSelectionChanged(IEditEvents5OnVertexSelectionChangedEvent theEvent)
          Called when the sketch's selected vertices changes.
 

Field Detail

IIDaccccee1_1272_44cd_a484_555020b84878

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

onCurrentTemplateChanged

void onCurrentTemplateChanged(IEditEvents5OnCurrentTemplateChangedEvent theEvent)
                              throws java.io.IOException,
                                     AutomationException
Called when the current template changes.

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

onTemplatesRemoved

void onTemplatesRemoved(IEditEvents5OnTemplatesRemovedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Called when a templates are removed.

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

onTemplatesAdded

void onTemplatesAdded(IEditEvents5OnTemplatesAddedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Called when a templates are added.

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

onTemplateModified

void onTemplateModified(IEditEvents5OnTemplateModifiedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Called when a template is modified.

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

onVertexSelectionChanged

void onVertexSelectionChanged(IEditEvents5OnVertexSelectionChangedEvent theEvent)
                              throws java.io.IOException,
                                     AutomationException
Called when the sketch's selected vertices changes.

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

onShapeConstructorChanged

void onShapeConstructorChanged(IEditEvents5OnShapeConstructorChangedEvent theEvent)
                               throws java.io.IOException,
                                      AutomationException
Called when the Shape Constructor changes.

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