com.esri.arcgis.controls
Class IEngineEditEventsOnStopEditingEvent

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

public class IEngineEditEventsOnStopEditingEvent
extends EventObject

Description

The OnStopEditing event is fired whenever an edit session ends. For example, when the ControlsEditingStopCommand is called or when the IEngineEditor::StopEditing 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
IEngineEditEventsOnStopEditingEvent(Object source)
           
 
Method Summary
 boolean getSaveChanges()
           
 void init(boolean saveChanges)
           
 
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

IEngineEditEventsOnStopEditingEvent

public IEngineEditEventsOnStopEditingEvent(Object source)
Method Detail

init

public void init(boolean saveChanges)

getSaveChanges

public final boolean getSaveChanges()