com.esri.arcgis.editor
Interface IEditToolEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IEditToolEventsAdapter, IEditToolEventsProxy

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

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

Description: 'Provides access to events generated by the edit tool.' 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 IID20c9bb7a_2035_4454_a17b_a812b6e400b6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onBeginMove(IEditToolEventsOnBeginMoveEvent theEvent)
          Called when the mouse button is first depressed.
 void onFinishMove(IEditToolEventsOnFinishMoveEvent theEvent)
          Called when the left mouse button is released.
 void onMove(IEditToolEventsOnMoveEvent theEvent)
          Called when mouse moves while left mouse button is depressed.
 

Field Detail

IID20c9bb7a_2035_4454_a17b_a812b6e400b6

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

onBeginMove

void onBeginMove(IEditToolEventsOnBeginMoveEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
Called when the mouse button is first depressed.

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

onMove

void onMove(IEditToolEventsOnMoveEvent theEvent)
            throws java.io.IOException,
                   AutomationException
Called when mouse moves while left mouse button is depressed.

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

onFinishMove

void onFinishMove(IEditToolEventsOnFinishMoveEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Called when the left mouse button is released.

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