com.esri.arcgis.geodatabase
Class IWorkspaceEditEvents2Adapter
java.lang.Object
com.esri.arcgis.geodatabase.IWorkspaceEditEvents2Adapter
- All Implemented Interfaces:
- IWorkspaceEditEvents2, Serializable, EventListener
public class IWorkspaceEditEvents2Adapter
- extends Object
- implements IWorkspaceEditEvents2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IWorkspaceEditEvents2Adapter
public IWorkspaceEditEvents2Adapter()
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.