com.esri.arcgis.editor
Class IEditToolEventsOnFinishMoveEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.editor.IEditToolEventsOnFinishMoveEvent
All Implemented Interfaces:
Serializable

public class IEditToolEventsOnFinishMoveEvent
extends EventObject

Remarks

This event is fired in conjuction with the Edit Tool.

In order for this event to fire, the user must 1) have the Edit Tool set as the active tool, 2) have at least one feature selected, and 3) release the left mouse button after having been moving around the map.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
ISnapEnvironment, IEditProperties, IEditTask.activate(com.esri.arcgis.editor.IEditor, com.esri.arcgis.editor.IEditTask), IEditor, IEditLayers, IEditTask.deactivate(), IEditAttributeProperties, IEditEvents2, IEditTask.onFinishSketch(), IDatasetEdit, IDatasetEditInfo, IEditTask.onDeleteSketch(), IEditTask.getName(), IEditEvents, Editor, IEditSketch, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IEditToolEventsOnFinishMoveEvent(Object source)
           
 
Method Summary
 IPoint getLoc()
           
 void init(IPoint loc)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IEditToolEventsOnFinishMoveEvent

public IEditToolEventsOnFinishMoveEvent(Object source)
Method Detail

init

public void init(IPoint loc)

getLoc

public final IPoint getLoc()