com.esri.arcgis.geodatabase
Class IWorkspaceEditEvents2Adapter

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

public class IWorkspaceEditEvents2Adapter
extends java.lang.Object
implements IWorkspaceEditEvents2

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEditEvents2
IID, IID05f7628f_7875_4819_8948_6377ce8062ba, xxDummy
 
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 java.io.IOException,
                               AutomationException
This event is fired after editing is stopped on a workspace but before edits are saved.

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