com.esri.arcgis.geodatabase
Interface IWorkspaceEditEvents2

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IWorkspaceEditEvents2Adapter, IWorkspaceEditEvents2Proxy

public interface IWorkspaceEditEvents2
extends java.util.EventListener, java.io.Serializable

COM Interface 'IWorkspaceEditEvents2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to events that occur to a workspace in the context of editing it.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID05f7628f_7875_4819_8948_6377ce8062ba
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onBeginStopEditing(IWorkspaceEditEvents2OnBeginStopEditingEvent theEvent)
          This event is fired after editing is stopped on a workspace but before edits are saved.
 

Field Detail

IID05f7628f_7875_4819_8948_6377ce8062ba

static final int IID05f7628f_7875_4819_8948_6377ce8062ba
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onBeginStopEditing

void onBeginStopEditing(IWorkspaceEditEvents2OnBeginStopEditingEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
This event is fired after editing is stopped on a workspace but before edits are saved.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.