com.esri.arcgis.geodatabase
Class IWorkspaceEvents2Adapter

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

public class IWorkspaceEvents2Adapter
extends Object
implements IWorkspaceEvents2

See Also:
Serialized Form

Constructor Summary
IWorkspaceEvents2Adapter()
           
 
Method Summary
 void onModifyDataset(IWorkspaceEvents2OnModifyDatasetEvent theEvent)
          This event is fired when a dataset is modified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IWorkspaceEvents2Adapter

public IWorkspaceEvents2Adapter()
Method Detail

onModifyDataset

public void onModifyDataset(IWorkspaceEvents2OnModifyDatasetEvent theEvent)
                     throws IOException,
                            AutomationException
This event is fired when a dataset is modified.

Product Availability

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

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