com.esri.arcgis.editor
Class IEditEvents2BeforeStopEditingEvent

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

public class IEditEvents2BeforeStopEditingEvent
extends EventObject

Remarks

The BeforeStopEditing event is called before edits are committed or discarded. Use this event to perform any processing of the features before the edits are committed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

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

IEditEvents2BeforeStopEditingEvent

public IEditEvents2BeforeStopEditingEvent(Object source)
Method Detail

init

public void init(boolean save)

getSave

public final boolean getSave()