public class IWorkspaceEditEventsAdapter extends java.lang.Object implements IWorkspaceEditEvents
IID, IID0b437962_89f9_11d4_8b5f_000000000000, xxDummy
Constructor and Description |
---|
IWorkspaceEditEventsAdapter() |
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.
|
public void onStartEditing(IWorkspaceEditEventsOnStartEditingEvent theEvent) throws java.io.IOException, AutomationException
onStartEditing
in interface IWorkspaceEditEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onStopEditing(IWorkspaceEditEventsOnStopEditingEvent theEvent) throws java.io.IOException, AutomationException
onStopEditing
in interface IWorkspaceEditEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onStartEditOperation(IWorkspaceEditEventsOnStartEditOperationEvent theEvent) throws java.io.IOException, AutomationException
onStartEditOperation
in interface IWorkspaceEditEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onAbortEditOperation(IWorkspaceEditEventsOnAbortEditOperationEvent theEvent) throws java.io.IOException, AutomationException
onAbortEditOperation
in interface IWorkspaceEditEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onStopEditOperation(IWorkspaceEditEventsOnStopEditOperationEvent theEvent) throws java.io.IOException, AutomationException
onStopEditOperation
in interface IWorkspaceEditEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onUndoEditOperation(IWorkspaceEditEventsOnUndoEditOperationEvent theEvent) throws java.io.IOException, AutomationException
onUndoEditOperation
in interface IWorkspaceEditEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onRedoEditOperation(IWorkspaceEditEventsOnRedoEditOperationEvent theEvent) throws java.io.IOException, AutomationException
onRedoEditOperation
in interface IWorkspaceEditEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.