com.esri.arcgis.controls
Class IEngineEditEventsOnAfterDrawSketchEvent

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

public class IEngineEditEventsOnAfterDrawSketchEvent
extends EventObject

Description

The OnAfterDrawSketch event is fired whenever the edit sketch is modified during an edit session. For example, when a vertex is added to, moved or deleted from the edit sketch. It is also fired when the IEngineEditSketch::RefreshSketch method is called programmatically.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IEngineEditEventsOnAfterDrawSketchEvent(Object source)
           
 
Method Summary
 IDisplay getDisplay()
           
 void init(IDisplay display)
           
 
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

IEngineEditEventsOnAfterDrawSketchEvent

public IEngineEditEventsOnAfterDrawSketchEvent(Object source)
Method Detail

init

public void init(IDisplay display)

getDisplay

public final IDisplay getDisplay()