public interface IWorkspaceEditEvents2
extends java.util.EventListener, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID05f7628f_7875_4819_8948_6377ce8062ba |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
onBeginStopEditing(IWorkspaceEditEvents2OnBeginStopEditingEvent theEvent)
This event is fired after editing is stopped on a workspace but before edits are saved.
|
static final int IID05f7628f_7875_4819_8948_6377ce8062ba
static final int xxDummy
static final java.lang.String IID
void onBeginStopEditing(IWorkspaceEditEvents2OnBeginStopEditingEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.