com.esri.arcgis.editor
Class IEditEvents3Adapter

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

public class IEditEvents3Adapter
extends java.lang.Object
implements IEditEvents3

Adapter for COM Event Interface 'com.esri.arcgis.editor.IEditEvents3'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.editor.IEditEvents3
IID, IIDc922ea53_634f_4042_9bbe_d1a485e7d265, xxDummy
 
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 java.io.IOException,
                             AutomationException
Called before the edit sketch is drawn.

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