com.esri.arcgis.editor
Class IEditEvents3Adapter

java.lang.Object
  extended by com.esri.arcgis.editor.IEditEvents3Adapter
All Implemented Interfaces:
IEditEvents3, Serializable, EventListener

public class IEditEvents3Adapter
extends Object
implements IEditEvents3

See Also:
Serialized Form

Constructor Summary
IEditEvents3Adapter()
           
 
Method Summary
 void beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent)
          Called before the edit sketch is drawn.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEditEvents3Adapter

public IEditEvents3Adapter()
Method Detail

beforeDrawSketch

public void beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent)
                      throws IOException,
                             AutomationException
Called before the edit sketch is drawn.

Remarks

Listen for IEditEvents3::BeforeDrawSketch to intercept and handle sketch display properties before the edit sketch is drawn.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
beforeDrawSketch in interface IEditEvents3
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.