com.esri.arcgis.controls
Class IEngineEditEventsOnStopOperationEvent

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

public class IEngineEditEventsOnStopOperationEvent
extends EventObject

Description

The OnStopOperation event is fired whenever an edit operation is stopped or when IEngineEditor::StopOperation is called. At this stage a feature has been created using the sketch geometry but the IEngineEditSketch::Geometry is still available.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

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

IEngineEditEventsOnStopOperationEvent

public IEngineEditEventsOnStopOperationEvent(Object source)
Method Detail

init

public void init()