public interface IWorkspaceEditEvents
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 |
IID0b437962_89f9_11d4_8b5f_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
onAbortEditOperation(IWorkspaceEditEventsOnAbortEditOperationEvent theEvent)
This event is fired after an edit operation is aborted.
|
void |
onRedoEditOperation(IWorkspaceEditEventsOnRedoEditOperationEvent theEvent)
This event is fired after an undone edit operation is redone.
|
void |
onStartEditing(IWorkspaceEditEventsOnStartEditingEvent theEvent)
This event is fired after editing is started on a workspace.
|
void |
onStartEditOperation(IWorkspaceEditEventsOnStartEditOperationEvent theEvent)
This event is fired after an edit operation is started.
|
void |
onStopEditing(IWorkspaceEditEventsOnStopEditingEvent theEvent)
This event is fired after editing is stopped on a workspace.
|
void |
onStopEditOperation(IWorkspaceEditEventsOnStopEditOperationEvent theEvent)
This event is fired after an edit operation is stopped (successfully completed).
|
void |
onUndoEditOperation(IWorkspaceEditEventsOnUndoEditOperationEvent theEvent)
This event is fired after a (completed) edit operation is undone.
|
static final int IID0b437962_89f9_11d4_8b5f_000000000000
static final int xxDummy
static final java.lang.String IID
void onStartEditing(IWorkspaceEditEventsOnStartEditingEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onStopEditing(IWorkspaceEditEventsOnStopEditingEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onStartEditOperation(IWorkspaceEditEventsOnStartEditOperationEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onAbortEditOperation(IWorkspaceEditEventsOnAbortEditOperationEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onStopEditOperation(IWorkspaceEditEventsOnStopEditOperationEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onUndoEditOperation(IWorkspaceEditEventsOnUndoEditOperationEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onRedoEditOperation(IWorkspaceEditEventsOnRedoEditOperationEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.