com.esri.arcgis.geodatabase
Class IWorkspaceEditEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.IWorkspaceEditEventsAdapter
All Implemented Interfaces:
IWorkspaceEditEvents, java.io.Serializable, java.util.EventListener

public class IWorkspaceEditEventsAdapter
extends java.lang.Object
implements IWorkspaceEditEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.IWorkspaceEditEvents'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEditEvents
IID, IID0b437962_89f9_11d4_8b5f_000000000000, xxDummy
 
Constructor Summary
IWorkspaceEditEventsAdapter()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IWorkspaceEditEventsAdapter

public IWorkspaceEditEventsAdapter()
Method Detail

onStartEditing

public void onStartEditing(IWorkspaceEditEventsOnStartEditingEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
This event is fired after editing is started on a workspace.

Specified by:
onStartEditing in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStopEditing

public void onStopEditing(IWorkspaceEditEventsOnStopEditingEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
This event is fired after editing is stopped on a workspace.

Specified by:
onStopEditing in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStartEditOperation

public void onStartEditOperation(IWorkspaceEditEventsOnStartEditOperationEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
This event is fired after an edit operation is started.

Specified by:
onStartEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onAbortEditOperation

public void onAbortEditOperation(IWorkspaceEditEventsOnAbortEditOperationEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
This event is fired after an edit operation is aborted. Any cached row objects must be discarded / refreshed.

Specified by:
onAbortEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStopEditOperation

public void onStopEditOperation(IWorkspaceEditEventsOnStopEditOperationEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
This event is fired after an edit operation is stopped (successfully completed).

Specified by:
onStopEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onUndoEditOperation

public void onUndoEditOperation(IWorkspaceEditEventsOnUndoEditOperationEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
This event is fired after a (completed) edit operation is undone. Any cached row objects must be discarded / refreshed.

Specified by:
onUndoEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onRedoEditOperation

public void onRedoEditOperation(IWorkspaceEditEventsOnRedoEditOperationEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
This event is fired after an undone edit operation is redone. Any cached row objects must be discarded / refreshed.

Specified by:
onRedoEditOperation in interface IWorkspaceEditEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.