com.esri.arcgis.editor
Class IEditToolEventsOnMoveEvent

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

public class IEditToolEventsOnMoveEvent
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 the left mouse button depressed, 3) have at least one feature selected, and 4) be moving over 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
IEditToolEventsOnMoveEvent(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

IEditToolEventsOnMoveEvent

public IEditToolEventsOnMoveEvent(Object source)
Method Detail

init

public void init(IPoint loc)

getLoc

public final IPoint getLoc()