com.esri.arcgis.geodatabase
Class IWorkspaceEditEvents2Adapter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.IWorkspaceEditEvents2Adapter
All Implemented Interfaces:
IWorkspaceEditEvents2, Serializable, EventListener

public class IWorkspaceEditEvents2Adapter
extends Object
implements IWorkspaceEditEvents2

See Also:
Serialized Form

Constructor Summary
IWorkspaceEditEvents2Adapter()
           
 
Method Summary
 void onBeginStopEditing(IWorkspaceEditEvents2OnBeginStopEditingEvent theEvent)
          This event is fired after editing is stopped on a workspace but before edits are saved.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IWorkspaceEditEvents2Adapter

public IWorkspaceEditEvents2Adapter()
Method Detail

onBeginStopEditing

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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